X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=a998773b97f9342e2a3ba2f4dfc757b3082fc0be;hb=2e3605904e66587a2324011de900b57d6dbce89e;hp=162366ab82d48403cbb11dc1b92c9254b56d0719;hpb=475f477dab6dfc5e4f018d1ecfb128c37e2c44a0;p=m6w6%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index 162366ab..a998773b 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -11,6 +11,7 @@ #include #include +#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);