about summary refs log tree commit diff stats
path: root/tests/log
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/mock_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log/mock_log.c b/tests/log/mock_log.c
index d423b5bb..8ace164a 100644
--- a/tests/log/mock_log.c
+++ b/tests/log/mock_log.c
@@ -54,7 +54,7 @@ void chat_log_chat(const gchar * const login, gchar *other,
     const gchar * const msg, chat_log_direction_t direction, GTimeVal *tv_stamp) {}
 void chat_log_close(void) {}
 GSList * chat_log_get_previous(const gchar * const login,
-    const gchar * const recipient, GSList *history)
+    const gchar * const recipient)
 {
     return mock_ptr_type(GSList *);
 }