Renamed preferences setup and teardown test functions

This commit is contained in:
James Booth
2014-01-28 22:05:27 +00:00
parent 788fc48b1d
commit b231133f9b
3 changed files with 48 additions and 48 deletions

View File

@@ -1,2 +1,2 @@
void create_config_file(void **state);
void delete_config_file(void **state);
void init_preferences(void **state);
void close_preferences(void **state);