Updates for pkg-config.
[m6w6/libmemcached] / src / utilities.h
index b9ac7f1c66d771155695eb950802069c28745185..857f78039694409d8f64dd2dd84ad7e7842b82f8 100644 (file)
@@ -1,5 +1,6 @@
 #include <memcached.h>
 #include <getopt.h>
+#include "client_options.h"
 
 typedef struct memcached_programs_help_st memcached_programs_help_st;
 
@@ -8,7 +9,6 @@ struct memcached_programs_help_st
   char *not_used_yet;
 };
 
-memcached_server_st *parse_opt_servers(char *server_strings);
 char *strdup_cleanup(const char *str);
 void cleanup(void);
 long int timedif(struct timeval a, struct timeval b);