X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fclient_options.h;h=b7ba5a968c530bde344e5f4162a3878930f1ac43;hb=05a0de51880aa6ee2428a365ef5d6ad530f96454;hp=03eac3cc4cdcd991ce101161b10c179005ddff79;hpb=a7db49095a0ed78a1418003a00eef6d483c0d854;p=m6w6%2Flibmemcached diff --git a/src/client_options.h b/src/client_options.h index 03eac3cc..b7ba5a96 100644 --- a/src/client_options.h +++ b/src/client_options.h @@ -1,3 +1,8 @@ +#ifndef __CLIENT_OPTIONS_H__ +#define __CLIENT_OPTIONS_H__ + +typedef struct memcached_help_text_st memcached_help_text_st; + typedef enum { OPT_SERVERS= 's', OPT_VERSION= 'V', @@ -16,4 +21,7 @@ typedef enum { OPT_SLAP_NON_BLOCK, OPT_SLAP_TCP_NODELAY, OPT_FLUSH, + OPT_HASH, } memcached_options; + +#endif /* CLIENT_OPTIONS */