Fixed bug reported by Stuart Midgley about what happens when there are no
[awesomized/libmemcached] / tests / test.h
index de9d6de2882ed6cca697e923d33788f1b963b5bc..4e695d26ca468ca637f596155b0de1571ef0613b 100644 (file)
@@ -10,7 +10,7 @@ typedef struct test_st test_st;
 struct test_st {
   char *name;
   unsigned int requires_flush;
-  void (*function)(memcached_st *memc);
+  uint8_t (*function)(memcached_st *memc);
 };
 
 struct collection_st {