X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=9293b9cacafba3b252d41f9de1a2e914b9b4e622;hb=4aa2f33b41edf38fcab43010e9e57bf0a512d240;hp=a343133666b9377d7c7868446839f4c0442c8640;hpb=cc5be1b75fe90e8c73871f4bd135c9e7cf1d1984;p=m6w6%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index a3431336..9293b9ca 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,6 +35,9 @@ typedef enum { OPT_FLUSH, OPT_HASH, OPT_BINARY, + OPT_UDP, + OPT_USERNAME, + OPT_PASSWD } memcached_options; #endif /* CLIENT_OPTIONS */