mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
script: add option script.scripts.download_enabled (closes #1548)
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
#ifndef WEECHAT_PLUGIN_SCRIPT_ACTION_H
|
||||
#define WEECHAT_PLUGIN_SCRIPT_ACTION_H
|
||||
|
||||
extern char *script_actions;
|
||||
extern char **script_actions;
|
||||
|
||||
extern int script_action_run ();
|
||||
extern int script_action_run_all ();
|
||||
extern void script_action_schedule (const char *action, int need_repository,
|
||||
int quiet);
|
||||
extern void script_action_end ();
|
||||
|
||||
#endif /* WEECHAT_PLUGIN_SCRIPT_ACTION_H */
|
||||
|
||||
Reference in New Issue
Block a user