2 * Copyright (C) 2009 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
9 #ifndef HASHKIT_STRERROR_H
10 #define HASHKIT_STRERROR_H
17 const char *hashkit_strerror(hashkit_st
*ptr
, hashkit_return_t rc
);
23 #endif /* HASHKIT_STRERROR_H */