X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;fp=server%2Fcontrol.h;h=f1b95eaa2df0135f4716683d0e4ace3943720b52;hb=f44384c0c76c6621f049ade9e2de00be4bfeafd0;hp=347465e554572ee898b89841602bed152c11277a;hpb=46c219c69676ea4e6f467692b7db6e48a708ab80;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 347465e..f1b95ea 100644 --- a/server/control.h +++ b/server/control.h @@ -12,5 +12,6 @@ extern void Control_Pause(); extern bool Control_Stop(); extern bool Control_Lock(); extern void Control_Unlock(); +extern const struct timeval* Control_GetStartTime(); #endif