diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2011-12-15 16:07:26 +0200 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2011-12-15 16:07:26 +0200 |
commit | 6ace5e14c0efa9ceb846bfac54b29eaeec410be5 (patch) | |
tree | 35d4b6d69282b31379f73efca2f5dd344da9b109 /include/xine | |
parent | 395da9d721cc49597462b060767a15060752a999 (diff) | |
download | xine-lib-6ace5e14c0efa9ceb846bfac54b29eaeec410be5.tar.gz xine-lib-6ace5e14c0efa9ceb846bfac54b29eaeec410be5.tar.bz2 |
Marked xine_get_autoplay_mrls() and get_autoplay_list()'s return value const
Diffstat (limited to 'include/xine')
-rw-r--r-- | include/xine/input_plugin.h | 2 |
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 |