Fix for bug #15450
[awesomized/libmemcached] / libhashkit / 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 #ifndef HASHKIT_STRERROR_H
10 #define HASHKIT_STRERROR_H
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 const char *hashkit_strerror(hashkit_st *ptr __attribute__((unused)), hashkit_return_t rc);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif /* HASHKIT_STRERROR_H */