Fixed a missing CLEANFILES entry.
[awesomized/libmemcached] / libmemcached / parse.h
index d3a08f1abb540db8038a8f4b58a9e0e6c0846151..45a5d746946eb95d9409893bb3eb2c7dff3b09f8 100644 (file)
@@ -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__ */