Refactor test setup and teardown functions

This commit is contained in:
James Booth
2014-02-16 18:07:41 +00:00
parent e1fe7783c0
commit 6ef1174bf4
3 changed files with 69 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
#include "glib.h"
void init_preferences(void **state);
void load_preferences(void **state);
void close_preferences(void **state);
void glist_set_cmp(GCompareFunc func);