0ded644ca1b06963cfabd11f81128742c1b1db77
[awesomized/libmemcached] / libhashkit / behavior.h
1 /* HashKit
2 * Copyright (C) 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
9 /**
10 * @file
11 * @brief HashKit Header
12 */
13
14 #ifndef HASHKIT_BEHAVIOR_H
15 #define HASHKIT_BEHAVIOR_H
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif /* HASHKIT_BEHAVIOR_H */