X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=57aefd2bb4d366c29054611f56230a2c74e93a5d;hb=4b61e1a752d8540c4c45b94d7832c2fa8db87537;hp=70329051038281b5fa9742b63b2d07afe8bdf955;hpb=9471f55664fe4cf5a631739046c7177e0823a47d;p=awesomized%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index 70329051..57aefd2b 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', @@ -39,7 +38,6 @@ typedef enum { OPT_USERNAME, OPT_PASSWD, OPT_STAT_ARGS, + OPT_QUIET, OPT_FILE= 'f' -} memcached_options; - -#endif /* CLIENT_OPTIONS */ +};