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
16 const char *hashkit_strerror(hashkit_st
*ptr
__attribute__((unused
)), hashkit_return_t rc
);
22 #endif /* HASHKIT_STRERROR_H */