about summary refs log tree commit diff stats
path: root/tests/unittests/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/helpers.h')
-rw-r--r--tests/unittests/helpers.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unittests/helpers.h b/tests/unittests/helpers.h
index 75d446d0..6c00fb51 100644
--- a/tests/unittests/helpers.h
+++ b/tests/unittests/helpers.h
@@ -1,12 +1,12 @@
 #include "glib.h"
 
-void load_preferences(void **state);
-void close_preferences(void **state);
+void load_preferences(void** state);
+void close_preferences(void** state);
 
-void init_chat_sessions(void **state);
-void close_chat_sessions(void **state);
+void init_chat_sessions(void** state);
+void close_chat_sessions(void** state);
 
-int utf8_pos_to_col(char *str, int utf8_pos);
+int utf8_pos_to_col(char* str, int utf8_pos);
 
 void glist_set_cmp(GCompareFunc func);
-int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file
+int glist_contents_equal(const void* actual, const void* expected);
\ No newline at end of file