about summary refs log tree commit diff stats
path: root/src/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-22 00:29:39 +0100
committerJames Booth <boothj5@gmail.com>2012-10-22 00:29:39 +0100
commit3f8813bb1b24e273d9cc3172e35b1932c06b0af0 (patch)
treebccf5da60bc7abe569a487ae98951acf8bd74d3e /src/command.h
parent5353bb47d63c187cdb607a92cca341b2753671dc (diff)
downloadprofani-tty-3f8813bb1b24e273d9cc3172e35b1932c06b0af0.tar.gz
Free autocompleters on quit
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 105af9f8..c15b6bd5 100644
--- a/src/command.h
+++ b/src/command.h
@@ -33,6 +33,7 @@ struct cmd_help_t {
 };
 
 void cmd_init(void);
+void cmd_close(void);
 char * cmd_complete(char *inp);
 void cmd_reset_completer(void);
 gboolean cmd_execute(const char * const command, const char * const inp);