1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/helpers.h
2014-12-23 21:42:01 +00:00

7 lines
201 B
C

#include "glib.h"
void load_preferences(void **state);
void close_preferences(void **state);
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);