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.
11 const char *hashkit_strerror(hashkit_st
*ptr
__attribute__((unused
)), hashkit_return_t rc
)
19 case HASHKIT_MEMORY_ALLOCATION_FAILURE
:
20 return "MEMORY ALLOCATION FAILURE";
21 case HASHKIT_MAXIMUM_RETURN
:
22 return "Gibberish returned!";
24 return "Gibberish returned!";