about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-30 00:56:14 +0000
committerJames Booth <boothj5@gmail.com>2013-01-30 00:56:14 +0000
commit603e1934a553371daf807b1f5e9a0df71852f2cf (patch)
tree434ec4a6ec3b21f428cd607fe0b00bd84d59c59e /src/ui.h
parent0ef52901c9f8b570705f644956a2337d65cbf7d3 (diff)
downloadprofani-tty-603e1934a553371daf807b1f5e9a0df71852f2cf.tar.gz
Added cons_debug()
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 4e94b1da..d336af08 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -155,6 +155,7 @@ void cons_show_connection_prefs(void);
 void cons_show_account(ProfAccount *account);
 void cons_bad_command(const char * const cmd);
 void cons_show(const char * const cmd, ...);
+void cons_debug(const char * const msg, ...);
 void cons_show_time(void);
 void cons_show_word(const char * const word);
 void cons_bad_show(const char * const cmd, ...);