Add forgotten include of JSON function

This commit is contained in:
Guillaume Lefranc 2015-02-19 11:22:17 +01:00
parent e047247200
commit 72eb89a787

View File

@ -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 *);