Modifying behavior to bounce connection in the case of a bad value from
[m6w6/libmemcached] / src / client_options.h
index 03eac3cc4cdcd991ce101161b10c179005ddff79..b7ba5a968c530bde344e5f4162a3878930f1ac43 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef __CLIENT_OPTIONS_H__
+#define __CLIENT_OPTIONS_H__
+
+typedef struct memcached_help_text_st memcached_help_text_st;
+
 typedef enum {
   OPT_SERVERS= 's',
   OPT_VERSION= 'V',
@@ -16,4 +21,7 @@ typedef enum {
   OPT_SLAP_NON_BLOCK,
   OPT_SLAP_TCP_NODELAY,
   OPT_FLUSH,
+  OPT_HASH,
 } memcached_options;
+
+#endif /* CLIENT_OPTIONS */