X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=49ae022a318341de3fd5e7e763512ea6d3c32b37;hb=db4741c1f65edf1323e4aa0879c4589244af1971;hp=47db82c733a2e43aec483f3e5fe28d281a570e28;hpb=1d7f999b7d38db3308a0533a83fea23987fb0178;p=awesomized%2Flibmemcached diff --git a/tests/test.c b/tests/test.c index 47db82c7..49ae022a 100644 --- a/tests/test.c +++ b/tests/test.c @@ -14,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;