1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/tests/unittests/helpers.h
2021-08-26 00:28:49 +00:00

13 lines
329 B
C

#include "glib.h"
void load_preferences(void** state);
void close_preferences(void** state);
void init_chat_sessions(void** state);
void close_chat_sessions(void** state);
int utf8_pos_to_col(char* str, int utf8_pos);
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void* actual, const void* expected);