doc fix in function prototype.
authorMike Smith <msmith@xiph.org>
Fri, 1 Feb 2002 02:15:01 +0000 (02:15 +0000)
committerMike Smith <msmith@xiph.org>
Fri, 1 Feb 2002 02:15:01 +0000 (02:15 +0000)
svn path=/trunk/vorbis/; revision=3016

doc/vorbisfile/ov_pcm_seek_page.html

index 660106a..e0f248e 100644 (file)
@@ -29,7 +29,7 @@ the newly seeked to position.
 <tr bgcolor=#cccccc>
        <td>
 <pre><b>
-int ov_pcm_seek(OggVorbis_File *vf,int64_t pos);
+int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
 </b></pre>
        </td>
 </tr>