Merge from built to trunk
[m6w6/libmemcached] / libmemcached-1.0 / parse.h
1 /* LibMemcached
2 * Copyright (C) 2010 Brian Aker
3 * All rights reserved.
4 *
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
7 *
8 * Summary: Work with fetching results
9 *
10 */
11
12 #pragma once
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 LIBMEMCACHED_API
19 memcached_server_list_st memcached_servers_parse(const char *server_strings);
20
21 #ifdef __cplusplus
22 }
23 #endif