diff options
Diffstat (limited to 'src/input/mms.h')
-rw-r--r-- | src/input/mms.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mms.h b/src/input/mms.h index c78782a05..3bb3b2358 100644 --- a/src/input/mms.h +++ b/src/input/mms.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mms.h,v 1.7 2002/10/26 22:50:52 guenter Exp $ + * $Id: mms.h,v 1.8 2002/12/13 08:56:53 f1rmb Exp $ * * libmms public header */ @@ -31,7 +31,7 @@ typedef struct mms_s mms_t; char* mms_connect_common(int *s ,int *port, char *url, char **host, char **path, char **file); -mms_t* mms_connect (xine_stream_t *stream, const char *url); +mms_t* mms_connect (xine_stream_t *stream, const char *url_, int bandwidth); int mms_read (mms_t *this, char *data, int len); uint32_t mms_get_length (mms_t *this); |