From 8d305b43745eb342dc50fa27162613e59f9eeff9 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 1 Feb 2002 02:15:01 +0000 Subject: [PATCH] doc fix in function prototype. svn path=/trunk/vorbis/; revision=3016 --- doc/vorbisfile/ov_pcm_seek_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vorbisfile/ov_pcm_seek_page.html b/doc/vorbisfile/ov_pcm_seek_page.html index 660106a..e0f248e 100644 --- a/doc/vorbisfile/ov_pcm_seek_page.html +++ b/doc/vorbisfile/ov_pcm_seek_page.html @@ -29,7 +29,7 @@ the newly seeked to position.

-int ov_pcm_seek(OggVorbis_File *vf,int64_t pos);
+int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
 
-- 2.7.4