diff options
author | James Booth <boothj5@gmail.com> | 2015-03-15 19:48:19 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-03-15 19:48:19 +0000 |
commit | 2762f18a3e4c4a73965d39cb2d2dbcdc81129b0c (patch) | |
tree | 4b5e12d126a93d0abe0b447aab1b954b4111b0d2 /tests | |
parent | b21edfaa51e1a4e6cbfb22fa501a4c38bb4189b7 (diff) | |
download | profani-tty-2762f18a3e4c4a73965d39cb2d2dbcdc81129b0c.tar.gz |
Added /receipts command
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 6b2698a2..3eeaa8ab 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -468,6 +468,7 @@ void cons_intype_setting(void) {} void cons_gone_setting(void) {} void cons_history_setting(void) {} void cons_carbons_setting(void) {} +void cons_receipts_setting(void) {} void cons_log_setting(void) {} void cons_chlog_setting(void) {} void cons_grlog_setting(void) {} |