diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-12-01 10:25:59 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-12-01 10:25:59 +0100 |
commit | d9755e237b12cc5c22857e4ef720cbbcf11173d7 (patch) | |
tree | b1261fff7e69470f1ed9f856ee997c405167f380 /src/core/wee-command.h | |
parent | 59fb878b77320844d7d2150c95ce22c253ffb4e6 (diff) | |
download | weechat-d9755e237b12cc5c22857e4ef720cbbcf11173d7.zip |
Added /reload command
Diffstat (limited to 'src/core/wee-command.h')
-rw-r--r-- | src/core/wee-command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-command.h b/src/core/wee-command.h index d36787d19..2a31ae73c 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -61,6 +61,7 @@ extern int command_history (struct t_gui_buffer *, int, char **, char **); extern int command_key (struct t_gui_buffer *, int, char **, char **); extern int command_plugin (struct t_gui_buffer *, int, char **, char **); extern int command_quit (struct t_gui_buffer *, int, char **, char **); +extern int command_reload (struct t_gui_buffer *, int, char **, char **); extern int command_save (struct t_gui_buffer *, int, char **, char **); extern int command_set (struct t_gui_buffer *, int, char **, char **); extern int command_setp (struct t_gui_buffer *, int, char **, char **); |