about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index d344f855..f1d8161f 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -377,6 +377,8 @@ void win_show_info(ProfWin *window, PContact contact);
 void win_clear(ProfWin *window);
 char* win_get_tab_identifier(ProfWin *window);
 char* win_to_string(ProfWin *window);
+void win_command_list_error(ProfWin *window, const char *const error);
+void win_handle_command_list(ProfWin *window, GSList *cmds);
 
 // desktop notifications
 void notifier_initialise(void);