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 |