X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;h=a50eca1e07da523e234f543c66323f00ec13eafc;hb=5a9a05166c4b22e7b7a522063d3dd6f75d1fa589;hp=7b3511a62b5debf147a5f54558a0f6dc3afec216;hpb=ed189a5dd5b5ca6c052d75704dec3f58fe410387;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 7b3511a..a50eca1 100644 --- a/server/control.h +++ b/server/control.h @@ -24,6 +24,6 @@ extern ControlModes Control_GetMode(); extern const char * Control_GetModeName(); //extern bool Control_Lock(); //extern void Control_Unlock(); -extern const struct timeval* Control_GetStartTime(); +extern const struct timespec* Control_GetStartTime(); #endif