Compile Error
/in/hash.c:117:5: error: conflicting types for 'getValue' int getValue(void *element, int key) ^ /in/hash.h:15:5: note: previous declaration is here int getValue(void* element); ^ /in/hash.c:152:2: error: no newline at end of file [-Werror,-Wnewline-eof] } ^ 2 errors generated.