Small updates/wins around non-block IO
[m6w6/libmemcached] / tests / test.h
index 28388bbd7f0add79e79863005a50c5b11b36cf48..cd58a80d0e82b3383289fc34be2c1de6ebf56634 100644 (file)
@@ -39,6 +39,8 @@ typedef test_return_t (*test_callback_fn)(void *);
 typedef test_return_t (*test_callback_runner_fn)(test_callback_fn, void *);
 typedef test_return_t (*test_callback_error_fn)(test_return_t, void *);
 
+/* Help function for use with gettimeofday() */
+long int timedif(struct timeval a, struct timeval b);
 
 /**
   A structure describing the test case.