summaryrefslogtreecommitdiff
path: root/src/plugins/script/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/script/script.h')
-rw-r--r--src/plugins/script/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script.h b/src/plugins/script/script.h
index 11106e350..e9c6b44a9 100644
--- a/src/plugins/script/script.h
+++ b/src/plugins/script/script.h
@@ -34,7 +34,7 @@ extern struct t_hashtable *script_loaded;
extern int script_language_search (const char *language);
extern int script_language_search_by_extension (const char *extension);
-extern int script_download_enabled ();
+extern int script_download_enabled (int display_error);
extern char *script_build_download_url (const char *url);
extern void script_get_loaded_plugins ();
extern void script_get_scripts ();