X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fparse.h;h=45a5d746946eb95d9409893bb3eb2c7dff3b09f8;hb=09ef521d2c88955d04d6c91f7b5a1671a1955130;hp=d3a08f1abb540db8038a8f4b58a9e0e6c0846151;hpb=a4456cc10079f2e6f648befc91657f2723c825e5;p=awesomized%2Flibmemcached diff --git a/libmemcached/parse.h b/libmemcached/parse.h index d3a08f1a..45a5d746 100644 --- a/libmemcached/parse.h +++ b/libmemcached/parse.h @@ -9,18 +9,18 @@ * */ -#ifndef __MEMCACHED_PARSE_H__ -#define __MEMCACHED_PARSE_H__ +#ifndef __LIBMEMCACHED_PARSE_H__ +#define __LIBMEMCACHED_PARSE_H__ #ifdef __cplusplus extern "C" { #endif LIBMEMCACHED_API -memcached_server_st *memcached_servers_parse(const char *server_strings); +memcached_server_list_st memcached_servers_parse(const char *server_strings); #ifdef __cplusplus } #endif -#endif /* __MEMCACHED_PARSE_H__ */ +#endif /* __LIBMEMCACHED_PARSE_H__ */