1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/stabbertests/proftest.h
2015-05-25 02:18:31 +01:00

8 lines
156 B
C

#ifndef __H_PROFTEST
#define __H_PROFTEST
void init_prof_test(void **state);
void close_prof_test(void **state);
void prof_process_xmpp(int loops);
#endif