summaryrefslogtreecommitdiff
path: root/libmemcached-1.2/parse.h
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-10-13 19:12:16 -0400
committerBrian Aker <brian@tangent.org>2012-10-13 19:12:16 -0400
commit3a41c6c5dedb9638e678402c5e867f2de6e923ee (patch)
tree14f2916812c7d8d93f75d671abdeea89fd0676e5 /libmemcached-1.2/parse.h
parent9a27e356b30f92fb8158cf289c9b8b4b7c7aaa19 (diff)
downloadlibmemcached-3a41c6c5dedb9638e678402c5e867f2de6e923ee.tar.gz
Update for version 1.2
Diffstat (limited to 'libmemcached-1.2/parse.h')
-rw-r--r--libmemcached-1.2/parse.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/libmemcached-1.2/parse.h b/libmemcached-1.2/parse.h
new file mode 100644
index 00000000..a91f769d
--- /dev/null
+++ b/libmemcached-1.2/parse.h
@@ -0,0 +1,23 @@
+/* LibMemcached
+ * Copyright (C) 2010 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: Work with fetching results
+ *
+ */
+
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+LIBMEMCACHED_API
+memcached_server_list_st memcached_servers_parse(const char *server_strings);
+
+#ifdef __cplusplus
+}
+#endif