1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

New /perl autoload command

This commit is contained in:
Sebastien Helleu
2004-09-13 19:48:22 +00:00
parent 4e8ed66a1e
commit 6753591f86
10 changed files with 230 additions and 200 deletions
+1
View File
@@ -59,6 +59,7 @@ extern t_plugin_handler *last_plugin_cmd_handler;
extern t_plugin_script *perl_scripts;
#endif
extern void plugin_auto_load (int, char *);
extern void plugin_init ();
extern void plugin_load (int, char *);
extern void plugin_unload (int, /*@null@*/ char *);