Added/restructured all additional hostname information
[m6w6/libmemcached] / src / client_options.h
1 typedef enum {
2 OPT_SERVERS= 's',
3 OPT_VERSION= 'V',
4 OPT_HELP= 'h',
5 OPT_VERBOSE= 'v',
6 OPT_DEBUG= 'd',
7 OPT_FLAG= 257,
8 OPT_EXPIRE,
9 OPT_SET,
10 OPT_REPLACE,
11 OPT_ADD,
12 OPT_SLAP_DEFAULT_PAIRS,
13 } memcached_options;