1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/stabbertests/checkers/checkers.h
2015-05-25 02:18:31 +01:00

6 lines
102 B
C

#ifndef __H_CHECKERS
#define __H_CHECKERS
int resource_equal_check(void *param, void *value);
#endif