about summary refs log tree commit diff stats
path: root/tests/helpers.h
blob: fde115b4294cd32a5aa320bd8e43614e4a646661 (plain) (blame)
1
2
3
4
5
6
7
#include "glib.h"

void init_preferences(void **state);
void close_preferences(void **state);

void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);