X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=49ae022a318341de3fd5e7e763512ea6d3c32b37;hb=db4741c1f65edf1323e4aa0879c4589244af1971;hp=6c6bea645c4da1376069b70ef387e48a97447ccf;hpb=540b884236fe1e2d5e6cd52c70881d74e0fcea63;p=awesomized%2Flibmemcached diff --git a/tests/test.c b/tests/test.c index 6c6bea64..49ae022a 100644 --- a/tests/test.c +++ b/tests/test.c @@ -2,7 +2,6 @@ Sample test application. */ #include -#include #include #include #include @@ -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; @@ -45,6 +44,8 @@ int main(int argc, char *argv[]) if (world.create) world_ptr= world.create(); + else + world_ptr= NULL; startup_ptr= (server_startup_st *)world_ptr; servers= (memcached_server_st *)startup_ptr->servers;