Improved to diagnostic routines and documentation for the debug cli interpreter

This commit is contained in:
Mark Riddoch
2013-06-20 15:03:55 +02:00
parent e55631e60f
commit 088b3473bc
6 changed files with 85 additions and 5 deletions

View File

@ -17,6 +17,7 @@
*
* Copyright SkySQL Ab 2013
*/
#include <dcb.h>
/**
* @file service.h
@ -59,5 +60,5 @@ extern SERVER *server_alloc(char *, char *, unsigned short);
extern int server_free(SERVER *);
extern void printServer(SERVER *);
extern void printAllServers();
extern void dprintAllServers();
extern void dprintAllServers(DCB *);
#endif