summaryrefslogtreecommitdiff
path: root/src/input/mms.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-06 18:13:10 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-06 18:13:10 +0000
commit6c4cd36cc5ced530a387327c4f6c576074424c6c (patch)
tree335cf36c9732583e317983a126ec508e2d08ce0b /src/input/mms.h
parent75dc355377ef3cc01cfec10a1872ad64eee154ae (diff)
downloadxine-lib-6c4cd36cc5ced530a387327c4f6c576074424c6c.tar.gz
xine-lib-6c4cd36cc5ced530a387327c4f6c576074424c6c.tar.bz2
introduce "const"
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
Diffstat (limited to 'src/input/mms.h')
-rw-r--r--src/input/mms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mms.h b/src/input/mms.h
index daecff93f..9e535315a 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.5 2002/05/06 21:40:02 f1rmb Exp $
+ * $Id: mms.h,v 1.6 2002/09/06 18:13:11 mroi Exp $
*
* libmms public header
*/
@@ -30,7 +30,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 (char *url);
+mms_t* mms_connect (const char *url);
int mms_read (mms_t *this, char *data, int len);
uint32_t mms_get_length (mms_t *this);