pull-prototypes-to-head-20020821
[openafs.git] / src / lwp / fasttime.c
index 14e6314..510a4c2 100644 (file)
@@ -100,9 +100,7 @@ int FT_GetTimeOfDay(struct timeval *tv, struct timezone *tz)
 
 
 /* For compatibility.  Should go away. */
-TM_GetTimeOfDay (tv, tz)
-    struct timeval *tv;
-    struct timezone *tz;
+int TM_GetTimeOfDay (struct timeval *tv, struct timezone *tz)
 {
     return FT_GetTimeOfDay(tv, tz);
 }