memcached_io_reset passed wrong struct
[awesomized/libmemcached] / tests / test.c
index 998b25f1158e32b2d5b4884cbcf512ba065e9587..49ae022a318341de3fd5e7e763512ea6d3c32b37 100644 (file)
@@ -2,7 +2,6 @@
   Sample test application.
 */
 #include <assert.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/time.h>
@@ -15,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;