2 * Copyright (C) 2010 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: Work with fetching results
12 #ifndef __LIBMEMCACHED_PARSE_H__
13 #define __LIBMEMCACHED_PARSE_H__
20 memcached_server_list_st
memcached_servers_parse(const char *server_strings
);
26 #endif /* __LIBMEMCACHED_PARSE_H__ */