Style cleanup.
[awesomized/libmemcached] / libmemcached / parse.h
index d3a08f1abb540db8038a8f4b58a9e0e6c0846151..9409d454ba1f7dc84bd350923709249c5030857d 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_PARSE_H__
-#define __MEMCACHED_PARSE_H__
+#ifndef __LIBMEMCACHED_PARSE_H__
+#define __LIBMEMCACHED_PARSE_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -23,4 +23,4 @@ memcached_server_st *memcached_servers_parse(const char *server_strings);
 }
 #endif
 
-#endif /* __MEMCACHED_PARSE_H__ */
+#endif /* __LIBMEMCACHED_PARSE_H__ */