Merge in additional documentation updates.
[awesomized/libmemcached] / libmemcached / memcached_util.h
index 7b7c5e83ff9f40541f218f3fefb58ba6718486ad..427d7843fb67bb4395273706e85dc542004cadf8 100644 (file)
@@ -7,14 +7,16 @@
  *
  * Summary: Connection pool library.
  *
- * Author: Trond Norbye
+ * Author: Trond Norbye, Brian Aker
  *
  */
 
 
-#ifndef MEMCACHED_UTIL_H
-#define MEMCACHED_UTIL_H
+#ifndef __LIBMEMCACHED__MEMCACHED_UTIL_H__
+#define __LIBMEMCACHED__MEMCACHED_UTIL_H__
 
-#include <libmemcached/pool.h>
+#include <libmemcached/util/ping.h>
+#include <libmemcached/util/pool.h>
+#include <libmemcached/util/version.h>
 
-#endif /* MEMCACHED_UTIL_H */
+#endif /* __LIBMEMCACHED__MEMCACHED_UTIL_H__ */