diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-20 01:46:41 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-20 01:46:41 +0000 |
commit | 1db8aa445fdab9168bf649225feef804761132b1 (patch) | |
tree | b466b9641d2083411567203cfc123198f26e7854 /src/input/mmsh.h | |
parent | f945ec50a244d3a7ecee47e6535aeb02afb17930 (diff) | |
download | xine-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/mmsh.h')
-rw-r--r-- | src/input/mmsh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mmsh.h b/src/input/mmsh.h index 4ae838526..8aee808f0 100644 --- a/src/input/mmsh.h +++ b/src/input/mmsh.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: mmsh.h,v 1.4 2004/04/06 00:25:29 tmattern Exp $ + * $Id: mmsh.h,v 1.5 2006/06/20 01:46:41 dgp85 Exp $ * * libmmsh public header */ @@ -37,7 +37,7 @@ int mmsh_read (mmsh_t *this, char *data, int len); uint32_t mmsh_get_length (mmsh_t *this); void mmsh_close (mmsh_t *this); -int mmsh_peek_header (mmsh_t *this, char *data, int maxsize); +size_t mmsh_peek_header (mmsh_t *this, char *data, size_t maxsize); off_t mmsh_get_current_pos (mmsh_t *this); |