Move code around to fix headers problem etc.

This commit is contained in:
counterpoint
2015-05-27 10:17:35 +01:00
parent 351f52b8e1
commit 6c5e6a5959
4 changed files with 80 additions and 99 deletions

View File

@ -183,6 +183,7 @@ extern void printAllServers();
extern void dprintAllServers(DCB *);
extern void dprintAllServersJson(DCB *);
extern void dprintServer(DCB *, SERVER *);
extern void dprintPersistentDCBs(DCB *, SERVER *)
extern void dListServers(DCB *);
extern char *server_status(SERVER *);
extern void server_set_status(SERVER *, int);