X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Futilities.h;h=777c7765af2443fcc05bc5543b10606836072883;hb=151506dd4b5da014f23438226ee286772a78dfd3;hp=7d442f23661c0a9627224c9735951f7db68c2335;hpb=f770866ec5e3047ce4d21ad035a5a550f184aa33;p=m6w6%2Flibmemcached diff --git a/src/utilities.h b/src/utilities.h index 7d442f23..777c7765 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -4,3 +4,4 @@ void parse_opt_servers (memcached_st *ptr, char *opt_servers); char *strdup_cleanup(const char *str); void cleanup(void); +long int timedif(struct timeval a, struct timeval b);