about summary refs log tree commit diff stats
path: root/tests/otr/mock_otr.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 20:34:27 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 20:34:27 +0000
commit18e0884f5ff16f5209fd1cba7f57e10c1d9d91e6 (patch)
tree708299a6bebbe6d508b0b2d2ee5347de51621375 /tests/otr/mock_otr.h
parentd25245a286ecad1ba2ca8bd6883db629ec86825f (diff)
downloadprofani-tty-18e0884f5ff16f5209fd1cba7f57e10c1d9d91e6.tar.gz
Fixed issue with /otr myfp when no key loaded
Diffstat (limited to 'tests/otr/mock_otr.h')
-rw-r--r--tests/otr/mock_otr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/otr/mock_otr.h b/tests/otr/mock_otr.h
index 3296c145..742fb215 100644
--- a/tests/otr/mock_otr.h
+++ b/tests/otr/mock_otr.h
@@ -4,6 +4,7 @@
 #include "config/account.h"
 
 void otr_keygen_expect(ProfAccount *account);
+void otr_key_loaded_returns(gboolean loaded);
 
 void otr_libotr_version_returns(char *version);