summaryrefslogtreecommitdiff
path: root/src/core/wee-command.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-03-11 14:52:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-03-11 14:52:57 +0100
commit469ff93d915ad5c20a5c3577c1cf92c5f1fad0f1 (patch)
tree3edcff5fcaa09375ce773e85eab3ee10dd07be04 /src/core/wee-command.h
parent24ea547090117d887e29f569dbb06cfcf57a5c64 (diff)
downloadweechat-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.h1
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 */