Merge in updates (including removal of some depcrated bits from the examples).
[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_INTERNAL_H__
13 #define __LIBMEMCACHED_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_INTERNAL_H__ */