projects
/
awesomized
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Updating for 1.0.2 release
[awesomized/libmemcached]
/
libhashkit-1.0
/
strerror.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
#pragma once
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
HASHKIT_API
16
const char
*
hashkit_strerror
(
hashkit_st
*
ptr
,
hashkit_return_t rc
);
17
18
#ifdef __cplusplus
19
}
20
#endif