a20b665b4bdd8df9c383db2eeb4f683e7043c0d5
[awesomized/libmemcached] / libmemcached / memcached_util.h
1 /* LibMemcached
2 * Copyright (C) 2006-2009 Brian Aker
3 * All rights reserved.
4 *
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
7 *
8 * Summary: Connection pool library.
9 *
10 * Author: Trond Norbye
11 *
12 */
13
14
15 #ifndef __LIBMEMCACHED__MEMCACHED_UTIL_H__
16 #define __LIBMEMCACHED__MEMCACHED_UTIL_H__
17
18 #include <libmemcached/util/pool.h>
19
20 #endif /* __LIBMEMCACHED__MEMCACHED_UTIL_H__ */