about summary refs log tree commit diff stats
path: root/tests/test_server_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_server_events.h')
-rw-r--r--tests/test_server_events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_server_events.h b/tests/test_server_events.h
index 15a8f597..81a436f4 100644
--- a/tests/test_server_events.h
+++ b/tests/test_server_events.h
@@ -10,4 +10,5 @@ void handle_message_error_when_recipient_cancel_disables_chat_session(void **sta
 void handle_message_error_when_recipient_and_no_type(void **state);
 void handle_presence_error_when_no_recipient(void **state);
 void handle_presence_error_when_from_recipient(void **state);
-void handle_offline_removes_chat_session(void **state);
\ No newline at end of file
+void handle_offline_removes_chat_session(void **state);
+void lost_connection_clears_chat_sessions(void **state);