diff options
author | James Booth <boothj5@gmail.com> | 2015-06-22 21:09:14 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-22 21:09:14 +0100 |
commit | 86acd4649bed31e0de9bbe469ac45184e2cee640 (patch) | |
tree | 1a71b1cd57d1693aead85a4b50b09efe21f664d6 /tests/unittests/ui | |
parent | 24ebb51254034feb1a157f9aeef86007b0083181 (diff) | |
download | profani-tty-86acd4649bed31e0de9bbe469ac45184e2cee640.tar.gz |
Added PGP prefs
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 6d008414..8fea64a7 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -369,6 +369,7 @@ void cons_show_log_prefs(void) {} void cons_show_presence_prefs(void) {} void cons_show_connection_prefs(void) {} void cons_show_otr_prefs(void) {} +void cons_show_pgp_prefs(void) {} void cons_show_account(ProfAccount *account) { |