1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/helpers.h

10 lines
235 B
C
Raw Normal View History

2014-02-01 16:18:15 -05:00
#include "glib.h"
void load_preferences(void **state);
void close_preferences(void **state);
2014-02-01 16:18:15 -05:00
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);
2014-12-23 14:26:45 -05:00
void reset_mocks(void **state);