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
commit7a15ef8a57392773f58f33299d6b145296a6eb20 (patch)
tree78a3809f5b189736a3ca3bda50ad742d518f4fa4 /include
parent22cafd8fe7a60031702d0687a6b733cc70cb026d (diff)
downloadogg-git-7a15ef8a57392773f58f33299d6b145296a6eb20.tar.gz
re-add an incorrectly removed prototype.
svn path=/trunk/ogg/; revision=3612
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);