Merge from Mark's code. Modified memcat to use enum for options.
[m6w6/libmemcached] / src / client_options.h
1 typedef enum {
2 OPT_SERVERS= 1,
3 OPT_VERSION,
4 OPT_HELP,
5 OPT_VERBOSE,
6 OPT_DEBUG,
7 OPT_FLAG,
8 } memcached_options;