0785f0ccc3652b808822bd50f733f36c6f3d5e4a
[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