X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=c3420b493b78141b50f8496594f13f00140197b5;hb=7ccbfda85fd7004ac0b3ef24283a7027fe2651cd;hp=70329051038281b5fa9742b63b2d07afe8bdf955;hpb=9471f55664fe4cf5a631739046c7177e0823a47d;p=awesomized%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index 70329051..c3420b49 100644 --- a/clients/client_options.h +++ b/clients/client_options.h @@ -9,12 +9,11 @@ * */ -#ifndef __CLIENT_OPTIONS_H__ -#define __CLIENT_OPTIONS_H__ +#pragma once typedef struct memcached_help_text_st memcached_help_text_st; -typedef enum { +enum memcached_options { OPT_SERVERS= 's', OPT_VERSION= 'V', OPT_HELP= 'h', @@ -36,10 +35,10 @@ typedef enum { OPT_HASH, OPT_BINARY, OPT_UDP, + OPT_BUFFER, OPT_USERNAME, OPT_PASSWD, OPT_STAT_ARGS, + OPT_QUIET, OPT_FILE= 'f' -} memcached_options; - -#endif /* CLIENT_OPTIONS */ +};