about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-23 19:26:45 +0000
committerJames Booth <boothj5@gmail.com>2014-12-23 19:26:45 +0000
commit5be9ac3243c79eb552d628d2b8642290eed564bd (patch)
tree2d4528db275e41b5e802afb7111c6f04ed35a907 /tests/helpers.h
parent9d94ac5c6302ebf90aca9e17f5df59dfdd37c14c (diff)
downloadprofani-tty-5be9ac3243c79eb552d628d2b8642290eed564bd.tar.gz
Added stubbed implementations
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
index b3118953..be640279 100644
--- a/tests/helpers.h
+++ b/tests/helpers.h
@@ -5,3 +5,5 @@ void close_preferences(void **state);
 
 void glist_set_cmp(GCompareFunc func);
 int glist_contents_equal(const void *actual, const void *expected);
+
+void reset_mocks(void **state);