Merge Lee
[awesomized/libmemcached] / libmemcached / internal.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: Internal functions used by the library. Not for public use!
9 *
10 */
11
12 #ifndef LIBMEMCACHED_MEMCACHED_INTERNAL_H
13 #define LIBMEMCACHED_MEMCACHED_INTERNAL_H
14
15 #if defined(BUILDING_LIBMEMCACHED)
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 #ifdef __cplusplus
22 }
23 #endif
24
25 #endif /* BUILDING_LIBMEMCACHED */
26 #endif /* LIBMEMCACHED_MEMCACHED_INTERNAL_H */