about summary refs log blame commit diff stats
path: root/tests/unittests/helpers.h
blob: 6c00fb5127f654e4660d4b627deb38da3df41221 (plain) (tree)
1
2
3
4
5
6
7
8
9

                 

                                     
 

                                       
 
                                             
 
                                      
                                                                  
#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);