2014-02-01 16:18:15 -05:00
|
|
|
#include "glib.h"
|
|
|
|
|
2014-01-28 17:05:27 -05:00
|
|
|
void init_preferences(void **state);
|
|
|
|
void close_preferences(void **state);
|
2014-02-01 16:18:15 -05:00
|
|
|
|
|
|
|
void glist_set_cmp(GCompareFunc func);
|
|
|
|
int glist_contents_equal(const void *actual, const void *expected);
|