Fix a few spots where when I did the update for EXIT_ I made more
[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 HASHKIT_API
17 const char *hashkit_strerror(hashkit_st *ptr, hashkit_return_t rc);
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif /* HASHKIT_STRERROR_H */