diff options
Diffstat (limited to 'include/xine.h')
-rw-r--r-- | include/xine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h b/include/xine.h index d6f54b7d9..c04e270c2 100644 --- a/include/xine.h +++ b/include/xine.h @@ -1105,9 +1105,9 @@ xine_mrl_t **xine_get_browse_mrls (xine_t *self, const char *const *xine_get_autoplay_input_plugin_ids (xine_t *self) XINE_PROTECTED; /* get autoplay MRL list from input plugin named <plugin_id> */ -char **xine_get_autoplay_mrls (xine_t *self, - const char *plugin_id, - int *num_mrls) XINE_PROTECTED; +const char * const *xine_get_autoplay_mrls (xine_t *self, + const char *plugin_id, + int *num_mrls) XINE_PROTECTED; /* get a list of file extensions for file types supported by xine * the list is separated by spaces |