about summary refs log tree commit diff stats
path: root/tests/unittests/helpers.h
blob: 34a1d82e5d7ccad12e4e41fa47853467e9ae81b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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);