summaryrefslogtreecommitdiff
path: root/src/input/mms.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-20 01:46:41 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-20 01:46:41 +0000
commit1db8aa445fdab9168bf649225feef804761132b1 (patch)
treeb466b9641d2083411567203cfc123198f26e7854 /src/input/mms.h
parentf945ec50a244d3a7ecee47e6535aeb02afb17930 (diff)
downloadxine-lib-1db8aa445fdab9168bf649225feef804761132b1.tar.gz
xine-lib-1db8aa445fdab9168bf649225feef804761132b1.tar.bz2
Fix generic warnings.
CVS patchset: 8065 CVS date: 2006/06/20 01:46:41
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 3c1b4af81..f4b2928cd 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.11 2004/04/06 00:25:29 tmattern Exp $
+ * $Id: mms.h,v 1.12 2006/06/20 01:46:41 dgp85 Exp $
*
* libmms public header
*/
@@ -37,7 +37,7 @@ int mms_read (mms_t *this, char *data, int len);
uint32_t mms_get_length (mms_t *this);
void mms_close (mms_t *this);
-int mms_peek_header (mms_t *this, char *data, int maxsize);
+size_t mms_peek_header (mms_t *this, char *data, size_t maxsize);
off_t mms_get_current_pos (mms_t *this);