Adding support for libmemcached_ping().
[awesomized/libmemcached] / libmemcached / 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, Brian Aker
11 *
12 */
13
14
15 #ifndef __LIBMEMCACHED__UTIL_H__
16 #define __LIBMEMCACHED__UTIL_H__
17
18 #include <libmemcached/memcached_util.h>
19
20 #endif /* __LIBMEMCACHED__UTIL_H__ */