mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 23:06:21 +00:00
Use will_return instead of mock values
This commit is contained in:
@@ -4,7 +4,4 @@ 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);
|
||||
int glist_contents_equal(const void *actual, const void *expected);
|
||||
Reference in New Issue
Block a user