1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00
profanity/testsuite.h
James Booth 366eecc195 Handle ampersand
Replaced with & in messages
2012-04-19 22:26:12 +01:00

9 lines
156 B
C

#ifndef TESTSUITE_H
#define TESTSUITE_H
void register_history_tests(void);
void register_contact_list_tests(void);
void register_util_tests(void);
#endif