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

6 lines
102 B
C
Raw Normal View History

2015-05-24 21:18:31 -04:00
#ifndef __H_CHECKERS
#define __H_CHECKERS
int resource_equal_check(void *param, void *value);
#endif