From 6ace5e14c0efa9ceb846bfac54b29eaeec410be5 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Thu, 15 Dec 2011 16:07:26 +0200 Subject: Marked xine_get_autoplay_mrls() and get_autoplay_list()'s return value const --- include/xine/input_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xine') 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 -- cgit v1.2.3