More warning cleanup.
[awesomized/libmemcached] / tests / test.c
index 47db82c733a2e43aec483f3e5fe28d281a570e28..49ae022a318341de3fd5e7e763512ea6d3c32b37 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test.h"
 
-long int timedif(struct timeval a, struct timeval b)
+static long int timedif(struct timeval a, struct timeval b)
 {
   register int us, s;