X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;fp=server%2Fcontrol.h;h=188b13aa785205287674fa9bd4a0fb12a8dd60c8;hb=9e7cfbbc6137056bba8ed8644fc6ecfe398553fe;hp=f1b95eaa2df0135f4716683d0e4ace3943720b52;hpb=f44384c0c76c6621f049ade9e2de00be4bfeafd0;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index f1b95ea..188b13a 100644 --- a/server/control.h +++ b/server/control.h @@ -8,7 +8,8 @@ /** ID codes for all the actuators **/ extern void Control_Handler(FCGIContext *context, char *params); extern bool Control_Start(const char *experiment_name); -extern void Control_Pause(); +extern bool Control_Pause(); +extern bool Control_Resume(); extern bool Control_Stop(); extern bool Control_Lock(); extern void Control_Unlock();