diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-24 21:42:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-24 21:42:05 +0000 |
commit | e6a188f97fe64aceb53c8a57c056cef63890d7e4 (patch) | |
tree | 64fb980bbbeaa22cdd335d94560b44d4dcb69097 | |
parent | a0b3a159eedea7d6c0d2a4f623f1b764b5a9042b (diff) | |
download | xine-lib-e6a188f97fe64aceb53c8a57c056cef63890d7e4.tar.gz xine-lib-e6a188f97fe64aceb53c8a57c056cef63890d7e4.tar.bz2 |
once again i got confused over all thos include/xine.h* files 8-}
CVS patchset: 344
CVS date: 2001/07/24 21:42:05
-rw-r--r-- | include/xine.h.tmpl.in | 6 |
1 files 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 <start_mrl> 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 <plugin_id>. */ -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 */ |