Mass rename to simplify names.
[m6w6/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 MEMCACHED_UTIL_H
16 #define MEMCACHED_UTIL_H
17
18 #include <libmemcached/pool.h>
19
20 #endif /* MEMCACHED_UTIL_H */