Add forgotten include of JSON function
This commit is contained in:
parent
e047247200
commit
72eb89a787
@ -176,6 +176,7 @@ extern SERVER *server_find(char *, unsigned short);
|
||||
extern void printServer(SERVER *);
|
||||
extern void printAllServers();
|
||||
extern void dprintAllServers(DCB *);
|
||||
extern void dprintAllServersJson(DCB *);
|
||||
extern void dprintServer(DCB *, SERVER *);
|
||||
extern void dListServers(DCB *);
|
||||
extern char *server_status(SERVER *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user