1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/stabbertests/proftest.h

8 lines
156 B
C
Raw Normal View History

2015-05-24 21:18:31 -04:00
#ifndef __H_PROFTEST
#define __H_PROFTEST
2015-05-16 20:11:03 -04:00
void init_prof_test(void **state);
void close_prof_test(void **state);
2015-05-24 14:24:01 -04:00
void prof_process_xmpp(int loops);
2015-05-24 21:18:31 -04:00
#endif