Added libmemcachedutil containing utility functions
[awesomized/libmemcached] / libmemcached / memcached_util.h
1 /*
2 * Summary: interface for libmemcached utility library
3 * Description: main include file for libmemcachedutil
4 *
5 * Copy: See Copyright for the status of this software.
6 *
7 * Author: Trond Norbye
8 */
9
10 #ifndef MEMCACHED_UTIL_H
11 #define MEMCACHED_UTIL_H
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 #include <libmemcached/memcached_pool.h>
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif /* MEMCACHED_UTIL_H */