about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmd_otr.h')
-rw-r--r--tests/test_cmd_otr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_cmd_otr.h b/tests/test_cmd_otr.h
index 8d2b7040..c741c0d8 100644
--- a/tests/test_cmd_otr.h
+++ b/tests/test_cmd_otr.h
@@ -29,6 +29,9 @@ void cmd_otr_myfp_shows_message_when_connecting(void **state);
 void cmd_otr_myfp_shows_message_when_disconnecting(void **state);
 void cmd_otr_myfp_shows_my_fingerprint(void **state);
 void cmd_otr_theirfp_shows_message_when_in_console(void **state);
+void cmd_otr_theirfp_shows_message_when_in_muc(void **state);
+void cmd_otr_theirfp_shows_message_when_in_private(void **state);
+void cmd_otr_theirfp_shows_message_when_in_duck(void **state);
 #else
 void cmd_otr_shows_message_when_otr_unsupported(void **state);
 #endif