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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
329 B
C
Raw Normal View History

2014-02-01 21:18:15 +00:00
#include "glib.h"
2020-07-07 12:18:57 +00:00
void load_preferences(void** state);
void close_preferences(void** state);
2014-02-01 21:18:15 +00:00
2020-07-07 12:18:57 +00:00
void init_chat_sessions(void** state);
void close_chat_sessions(void** state);
2015-01-06 21:22:09 +00:00
2020-07-07 12:18:57 +00:00
int utf8_pos_to_col(char* str, int utf8_pos);
2015-01-27 22:13:09 +00:00
2014-02-01 21:18:15 +00:00
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void* actual, const void* expected);