mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 23:16:22 +00:00
8 lines
202 B
C
8 lines
202 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);
|