X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=a998773b97f9342e2a3ba2f4dfc757b3082fc0be;hb=2842294a80328b5729cde780f0b6e6a3c9863e7d;hp=162366ab82d48403cbb11dc1b92c9254b56d0719;hpb=26c65ac524f21cd73a79f3caf45cdb76c9a41bc0;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);