X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=server%2Fcontrol.h;fp=server%2Fcontrol.h;h=347465e554572ee898b89841602bed152c11277a;hb=46c219c69676ea4e6f467692b7db6e48a708ab80;hp=950aeaaa16800ae0d418de7823bf0af0a57f6bac;hpb=711808f7e4376b1a39312a0b1f1aecf069cd10bf;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 950aeaa..347465e 100644 --- a/server/control.h +++ b/server/control.h @@ -9,6 +9,8 @@ extern void Control_Handler(FCGIContext *context, char *params); extern bool Control_Start(const char *experiment_name); extern void Control_Pause(); -extern bool Control_End(); +extern bool Control_Stop(); +extern bool Control_Lock(); +extern void Control_Unlock(); #endif