rx-warning-cleanup-and-afsconfig-20010612
[openafs.git] / src / rx / rx_clock.c
index 546ae0f..5972e20 100644 (file)
@@ -72,9 +72,11 @@ void clock_Init(void) {
 
 #ifndef KERNEL
 /* Make clock uninitialized. */
+int
 clock_UnInit()
 {
     clockInitialized = 0;
+    return 0;
 } 
 #endif