X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=b01117073b5faa40bfcf70721b3c3b69a0b06982;hb=c79b88bc75d37c933e9d05c83113ccb26ded3683;hp=a4f0f47fa29130cdd575f71c29d8b4da2be52e05;hpb=70d4781acf107377fa194a04d05e8cf31fd211c8;p=m6w6%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index a4f0f47f..b0111707 100644 --- a/clients/client_options.h +++ b/clients/client_options.h @@ -1,3 +1,14 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + #ifndef __CLIENT_OPTIONS_H__ #define __CLIENT_OPTIONS_H__ @@ -24,7 +35,10 @@ typedef enum { OPT_FLUSH, OPT_HASH, OPT_BINARY, - OPT_UDP + OPT_UDP, + OPT_USERNAME, + OPT_PASSWD, + OPT_FILE= 'f' } memcached_options; #endif /* CLIENT_OPTIONS */