summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2002-07-13 10:28:34 +0000
committerRalph Giles <giles@xiph.org>2002-07-13 10:28:34 +0000
commitf82fb0e891e16d4b0de1a5438a0106edfe568d24 (patch)
tree78a3809f5b189736a3ca3bda50ad742d518f4fa4 /include
parentcb57354f6a900bb658c33f042d3c5270cf365379 (diff)
downloadogg-f82fb0e891e16d4b0de1a5438a0106edfe568d24.tar.gz
re-add an incorrectly removed prototype.
git-svn-id: http://svn.xiph.org/trunk/ogg@3612 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index ddda76e..c64d64a 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -11,7 +11,7 @@
********************************************************************
function: toplevel libogg include
- last mod: $Id: ogg.h,v 1.17 2002/07/12 13:06:21 giles Exp $
+ last mod: $Id: ogg.h,v 1.18 2002/07/13 10:28:33 giles Exp $
********************************************************************/
#ifndef _OGG_H
@@ -157,6 +157,8 @@ extern int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno);
extern int ogg_stream_destroy(ogg_stream_state *os);
extern int ogg_stream_eos(ogg_stream_state *os);
+extern void ogg_page_checksum_set(ogg_page *og);
+
extern int ogg_page_version(ogg_page *og);
extern int ogg_page_continued(ogg_page *og);
extern int ogg_page_bos(ogg_page *og);