about summary refs log tree commit diff stats
path: root/src/command/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-18 21:14:12 +0000
committerJames Booth <boothj5@gmail.com>2016-02-18 21:14:12 +0000
commita152d7fb8eee8b1d39445d5a4c40cfc973aff11a (patch)
treee8c72f2700c4c340abc3ea33eb6923a6fd270e0a /src/command/command.h
parent0654aa11517beb3d11cda8814e02ccd62c3e374e (diff)
downloadprofani-tty-a152d7fb8eee8b1d39445d5a4c40cfc973aff11a.tar.gz
Added cmd_help_autocomplete_add
Diffstat (limited to 'src/command/command.h')
-rw-r--r--src/command/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.h b/src/command/command.h
index 9ead8a27..656e2221 100644
--- a/src/command/command.h
+++ b/src/command/command.h
@@ -47,6 +47,7 @@ void cmd_uninit(void);
 
 char* cmd_autocomplete(ProfWin *window, const char *const input);
 void cmd_reset_autocomplete(ProfWin *window);
+void cmd_help_autocomplete_add(const char *const value);
 void cmd_autocomplete_add(const char *const value);
 void cmd_autocomplete_remove(const char *const value);
 void cmd_autocomplete_add_form_fields(DataForm *form);