about summary refs log tree commit diff stats
path: root/src/command/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-23 23:53:20 +0000
committerJames Booth <boothj5@gmail.com>2014-01-23 23:53:20 +0000
commit5d85974bc0d56cdcd3c1a84040a26bdcc7f17325 (patch)
tree6a84e103082dd294edf75b40739b705db982dbd0 /src/command/command.h
parent66631308a5f09645fa8975a19615b6c1127031a4 (diff)
downloadprofani-tty-5d85974bc0d56cdcd3c1a84040a26bdcc7f17325.tar.gz
Added aliases to autocomplete
Diffstat (limited to 'src/command/command.h')
-rw-r--r--src/command/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/command.h b/src/command/command.h
index ddf19ff7..fd641302 100644
--- a/src/command/command.h
+++ b/src/command/command.h
@@ -32,6 +32,8 @@ void cmd_uninit(void);
 
 void cmd_autocomplete(char *input, int *size);
 void cmd_reset_autocomplete(void);
+void cmd_autocomplete_add(char *value);
+void cmd_autocomplete_remove(char *value);
 
 gboolean cmd_execute(const char * const command, const char * const inp);
 gboolean cmd_execute_alias(const char * const inp, gboolean *ran);