X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=49ae022a318341de3fd5e7e763512ea6d3c32b37;hb=b10a03e4afb5514f1c86f5c75b9bfc7d46ce49b4;hp=47db82c733a2e43aec483f3e5fe28d281a570e28;hpb=42b674b747eae466d9ca0d766555c53ae75dc367;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;