mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 10:56:21 +00:00
11 lines
262 B
C
11 lines
262 B
C
#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);
|
|
|
|
void pre_test(void **state);
|
|
void post_test(void **state);
|