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-27 22:22:30 +0100
committerJames Booth <boothj5@gmail.com>2012-10-27 22:22:30 +0100
commit7e26fcdf84e649ed25a0f8ec98ea44c7bf592113 (patch)
tree266c38a096e268a65988ef8c79fe6242a359643c /src/command.h
parentc71259c322973b23e808fbcfbcd2613c7b41eb83 (diff)
downloadprofani-tty-7e26fcdf84e649ed25a0f8ec98ea44c7bf592113.tar.gz
Added type autcomplete for /notify
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index c15b6bd5..a7c37fcf 100644
--- a/src/command.h
+++ b/src/command.h
@@ -41,7 +41,9 @@ gboolean cmd_execute_default(const char * const inp);
 
 // command help
 char * cmd_help_complete(char *inp);
+char * cmd_notify_complete(char *inp);
 void cmd_help_reset_completer(void);
+void cmd_notify_reset_completer(void);
 GSList * cmd_get_basic_help(void);
 GSList * cmd_get_settings_help(void);
 GSList * cmd_get_status_help(void);