X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=datime.c;fp=datime.c;h=b6a6b65a0cf9ff96bd7b8636e98abd18cd66d245;hb=c9e9b6457540d1feb7ccd7186ccffa57698dec57;hp=0fa30ded2b932a2bf82645500ebfcb8d19e9f75b;hpb=3d8a9827dda514ef7b79e770b5beb748eae03e79;p=open-adventure.git diff --git a/datime.c b/datime.c index 0fa30de..b6a6b65 100644 --- a/datime.c +++ b/datime.c @@ -41,7 +41,7 @@ fDATIME(X,Y)long *X, *Y; { #ifndef _TIME_ #include "sys/time.h" -fDATIME(X,Y)long *X, *Y; { +void fDATIME(X,Y)long *X, *Y; { struct timeval now; gettimeofday(&now, 0); *X = now.tv_sec;