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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_otr.h b/tests/test_cmd_otr.h
index 137d7e7d..1f8584d8 100644
--- a/tests/test_cmd_otr.h
+++ b/tests/test_cmd_otr.h
@@ -15,6 +15,7 @@ void cmd_otr_warn_shows_usage_when_invalid_arg(void **state);
 void cmd_otr_warn_on_enables_unencrypted_warning(void **state);
 void cmd_otr_warn_off_disables_unencrypted_warning(void **state);
 void cmd_otr_libver_shows_libotr_version(void **state);
+void cmd_otr_gen_shows_message_when_not_connected(void **state);
 #else
 void cmd_otr_shows_message_when_otr_unsupported(void **state);
 #endif