X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=49ae022a318341de3fd5e7e763512ea6d3c32b37;hb=cf90b27f7a3a7f117976ffc3ad538c870b85c82e;hp=998b25f1158e32b2d5b4884cbcf512ba065e9587;hpb=8fce86636639afaeac4ca0e869e8bcd833324a62;p=m6w6%2Flibmemcached diff --git a/tests/test.c b/tests/test.c index 998b25f1..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;