]> begriffs open source - libderp/blob - include/common.h
More leak tests
[libderp] / include / common.h
1 #ifndef LIBDERP_COMMON_H
2 #define LIBDERP_COMMON_H
3
4 typedef int comparator(const void *, const void *, void *aux);
5 typedef unsigned long hashfn(const void *);
6 typedef void dtor(void *, void *aux);
7
8 #endif