X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;h=5b51e9518cfe462e6403a02aa636c8abfe1d5f53;hb=f09f5c5a4c7dc9cf958e4557b7cb31cabdca833d;hp=05ca2fc76c0c66b3984a2cec36d94fc1d1b41ec5;hpb=3a85bddfca280f46d675f4987615c65089c80f44;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 05ca2fc..5b51e95 100644 --- a/server/control.h +++ b/server/control.h @@ -17,6 +17,7 @@ typedef enum ControlModes { extern void Control_Handler(FCGIContext *context, char *params); extern const char* Control_SetMode(ControlModes desired_mode, void * arg); extern ControlModes Control_GetMode(); +extern const char * Control_GetModeName(ControlModes mode); //extern bool Control_Lock(); //extern void Control_Unlock(); extern const struct timeval* Control_GetStartTime();