about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-17 21:52:42 +0000
committerJames Booth <boothj5@gmail.com>2014-02-17 21:52:42 +0000
commit82ad0cd306968ae6821127829e9d52f01932e82e (patch)
tree2f51ef1906072a784d57685d3d836307960260d8 /src/ui/ui.h
parent6e58d95469d289058b4d5bf6325ade01caf40ca3 (diff)
downloadprofani-tty-82ad0cd306968ae6821127829e9d52f01932e82e.tar.gz
Added /otr myfp test
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index af254ae6..77d081ab 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -83,7 +83,7 @@ gboolean (*ui_current_win_is_otr)(void);
 void (*ui_current_set_otr)(gboolean value);
 char* (*ui_current_recipient)(void);
 void (*ui_current_print_line)(const char * const msg, ...);
-void (*ui_current_print_formatted_line)(const char show_chat, int attrs, const char * const msg, ...);
+void (*ui_current_print_formatted_line)(const char show_char, int attrs, const char * const msg, ...);
 void (*ui_current_error_line)(const char * const msg);
 void (*ui_current_page_off)(void);
 void (*ui_current_refresh)(void);