projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Update with job builder.
[m6w6/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