mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
6 lines
102 B
C
6 lines
102 B
C
|
#ifndef __H_CHECKERS
|
||
|
#define __H_CHECKERS
|
||
|
|
||
|
int resource_equal_check(void *param, void *value);
|
||
|
|
||
|
#endif
|