diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-03-11 14:52:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-03-11 14:52:57 +0100 |
commit | 469ff93d915ad5c20a5c3577c1cf92c5f1fad0f1 (patch) | |
tree | 3edcff5fcaa09375ce773e85eab3ee10dd07be04 /src/core/wee-command.h | |
parent | 24ea547090117d887e29f569dbb06cfcf57a5c64 (diff) | |
download | weechat-469ff93d915ad5c20a5c3577c1cf92c5f1fad0f1.zip |
Added "startup" section in config, new options "startup_command_{before|after}_plugins"
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 f73e06fc7..ad03dcfc2 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -25,6 +25,7 @@ struct t_gui_buffer; extern int command_reload (void *data, struct t_gui_buffer *buffer, int argc, char **argv, char **argv_eol); extern void command_init (); +extern void command_startup (int plugins_looaded); extern void command_print_stdout (); #endif /* wee-command.h */ |