summaryrefslogtreecommitdiff
path: root/include/xine/input_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xine/input_plugin.h')
-rw-r--r--include/xine/input_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/input_plugin.h b/include/xine/input_plugin.h
index 1d2e0bb43..ca7ec73fa 100644
--- a/include/xine/input_plugin.h
+++ b/include/xine/input_plugin.h
@@ -72,7 +72,7 @@ struct input_class_s {
* generate autoplay list, optional: may be NULL
* return value: list of MRLs
*/
- char ** (*get_autoplay_list) (input_class_t *this, int *num_files);
+ const char * const * (*get_autoplay_list) (input_class_t *this, int *num_files);
/*
* close down, free all resources