summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/VypressChat/contrib/strhashfunc.h
blob: 6f02120a0575e19e8360b671af1393fdd857b569 (plain)
1
2
3
4
5
6
7
8
#ifndef __STRHASHFUNC_H
#define __STRHASHFUNC_H

unsigned int hashtable_strhashfunc(void *str);
int hashtable_strequalfunc(void * str1, void * str2);

#endif /* #ifndef __STRHASHFUNC_H */