X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Futilities.h;h=7d442f23661c0a9627224c9735951f7db68c2335;hb=246060cb7056a0aced6f164faaa1f16b8cf90ccf;hp=fe79781797816ddd7d85314d5c7eb96af982c366;hpb=6d0bec130624e22e695dbf4038fbeed9e1c26c60;p=m6w6%2Flibmemcached diff --git a/src/utilities.h b/src/utilities.h index fe797817..7d442f23 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -2,3 +2,5 @@ void parse_opt_servers (memcached_st *ptr, char *opt_servers); +char *strdup_cleanup(const char *str); +void cleanup(void);