0fb225888048a3addf47c4296e3032461d8461cb
[awesomized/libmemcached] / libhashkit-1.0 / 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 #pragma once
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20
21 #ifdef __cplusplus
22 }
23 #endif