X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=70329051038281b5fa9742b63b2d07afe8bdf955;hb=2842294a80328b5729cde780f0b6e6a3c9863e7d;hp=955bcd18ff8bb959e70d1a4b8bd32a0bca2d44b0;hpb=521e830fe336a17bee6e7376e3bf01a3b35ddc37;p=m6w6%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index 955bcd18..70329051 100644 --- a/clients/client_options.h +++ b/clients/client_options.h @@ -35,7 +35,11 @@ typedef enum { OPT_FLUSH, OPT_HASH, OPT_BINARY, - OPT_UDP + OPT_UDP, + OPT_USERNAME, + OPT_PASSWD, + OPT_STAT_ARGS, + OPT_FILE= 'f' } memcached_options; #endif /* CLIENT_OPTIONS */