about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_ac.h')
-rw-r--r--src/command/cmd_ac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index ef715310..c0485916 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -59,5 +59,6 @@ void cmd_ac_add_form_fields(DataForm* form);
 void cmd_ac_remove_form_fields(DataForm* form);
 
 char* cmd_ac_complete_filepath(const char* const input, char* const startstr, gboolean previous);
+char* _get_last_message(ProfWin* window);
 
 #endif