summaryrefslogtreecommitdiff
path: root/libmemcached-1.2/parse.h
diff options
context:
space:
mode:
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