Merge in a number of fixes for OpenBSD.
[m6w6/libmemcached] / clients / utilities.h
index 162366ab82d48403cbb11dc1b92c9254b56d0719..a998773b97f9342e2a3ba2f4dfc757b3082fc0be 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <getopt.h>
 #include <libmemcached/memcached.h>
+#include "libmemcached/watchpoint.h"
 #include "client_options.h"
 
 #if TIME_WITH_SYS_TIME
@@ -50,3 +51,4 @@ void help_command(const char *command_name, const char *description,
 void process_hash_option(memcached_st *memc, char *opt_hash);
 bool initialize_sasl(memcached_st *memc, char *user, char *password);
 void shutdown_sasl(void);
+void initialize_sockets(void);