Added basic print output.
[m6w6/libmemcached] / src / utilities.h
index 7d442f23661c0a9627224c9735951f7db68c2335..777c7765af2443fcc05bc5543b10606836072883 100644 (file)
@@ -4,3 +4,4 @@ void parse_opt_servers (memcached_st *ptr,
                         char *opt_servers);
 char *strdup_cleanup(const char *str);
 void cleanup(void);
+long int timedif(struct timeval a, struct timeval b);