Merge in fetch updates/break out memory/create error bits for host failures.
[awesomized/libmemcached] / libmemcached / memcached_util.h
index 65732c87f438919738c9cfd170b4a19da11a7650..427d7843fb67bb4395273706e85dc542004cadf8 100644 (file)
@@ -1,15 +1,22 @@
-/*
- * Summary: interface for libmemcached utility library
- * Description: main include file for libmemcachedutil
+/* LibMemcached
+ * Copyright (C) 2006-2009 Brian Aker
+ * All rights reserved.
  *
- * Copy: See Copyright for the status of this software.
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary: Connection pool library.
+ *
+ * Author: Trond Norbye, Brian Aker
  *
- * Author: Trond Norbye
  */
 
-#ifndef MEMCACHED_UTIL_H
-#define MEMCACHED_UTIL_H
 
-#include <libmemcached/memcached_pool.h>
+#ifndef __LIBMEMCACHED__MEMCACHED_UTIL_H__
+#define __LIBMEMCACHED__MEMCACHED_UTIL_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__ */