X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fclient_options.h;h=9242884e578e474f762fb2dd5d2476dda84005cc;hb=cbafecdb4d20debde085c0f9932818559b4ccfda;hp=03eac3cc4cdcd991ce101161b10c179005ddff79;hpb=a7db49095a0ed78a1418003a00eef6d483c0d854;p=awesomized%2Flibmemcached diff --git a/src/client_options.h b/src/client_options.h index 03eac3cc..9242884e 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', @@ -17,3 +22,5 @@ typedef enum { OPT_SLAP_TCP_NODELAY, OPT_FLUSH, } memcached_options; + +#endif /* CLIENT_OPTIONS */