From e6a188f97fe64aceb53c8a57c056cef63890d7e4 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 24 Jul 2001 21:42:05 +0000 Subject: once again i got confused over all thos include/xine.h* files 8-} CVS patchset: 344 CVS date: 2001/07/24 21:42:05 --- include/xine.h.tmpl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 4a4acb42d..e57aaa4b9 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.31 2001/07/22 17:50:37 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.32 2001/07/24 21:42:05 guenter Exp $ * */ @@ -581,7 +581,7 @@ typedef struct { * returns NULL if is an invalid MRL, not even a directory. */ -mrl_t **xine_get_browse_mrls (xine_t *self, char *plugin_id, char *start_mrl); +mrl_t **xine_get_browse_mrls (xine_t *self, char *plugin_id, char *start_mrl, int *num_mrls); /** @} end of browsegroup*/ @@ -609,7 +609,7 @@ char **xine_get_autoplay_input_plugin_ids (xine_t *self) ; * * Get autoplay MRL list for input plugin named . */ -char **xine_get_autoplay_mrls (xine_t *self, char *plugin_id); +char **xine_get_autoplay_mrls (xine_t *self, char *plugin_id, int *num_mrls); /** @} end of autoplaygroup */ -- cgit v1.2.3