diff options
Diffstat (limited to 'src/plugins/script/script-repo.h')
-rw-r--r-- | src/plugins/script/script-repo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/script/script-repo.h b/src/plugins/script/script-repo.h index 5f8b97298..588f5644f 100644 --- a/src/plugins/script/script-repo.h +++ b/src/plugins/script/script-repo.h @@ -64,6 +64,7 @@ extern int script_repo_script_valid (struct t_repo_script *script); extern struct t_repo_script *script_repo_search_displayed_by_number (int number); extern struct t_repo_script *script_repo_search_by_name (const char *name); extern struct t_repo_script *script_repo_search_by_name_ext (const char *name_with_extension); +extern char *script_repo_get_filename_loaded (struct t_repo_script *script); extern const char *script_repo_get_status_for_display (struct t_repo_script *script, const char *list, int collapse); |