X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.h;h=4e695d26ca468ca637f596155b0de1571ef0613b;hb=51ccc3f82cc9bab7cf05e3b07b8a8b319349bde0;hp=88e62800438beb5a7f094bd0889dd91274694d89;hpb=898a8a7a246d9f7fa712654eb855371b9a159b7c;p=m6w6%2Flibmemcached diff --git a/tests/test.h b/tests/test.h index 88e62800..4e695d26 100644 --- a/tests/test.h +++ b/tests/test.h @@ -1,13 +1,16 @@ /* Structures for generic tests. */ +#include +#include "../lib/common.h" + typedef struct collection_st collection_st; 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 {