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

void load_preferences(void **state);
void close_preferences(void **state);

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