summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-11-24 07:49:32 +0000
committerMonty <xiphmont@xiph.org>2001-11-24 07:49:32 +0000
commitd1dc9d69ec27812ba6ef1c39bcfaed06bafe92aa (patch)
treeb3e3a63e0ce3d3760e13c4c9cb415c69f4844bef /include
parent19d56ee24e69f01d64c4d15ba542b61d941bb2e7 (diff)
downloadogg-d1dc9d69ec27812ba6ef1c39bcfaed06bafe92aa.tar.gz
Added suggested public API exposure for regenerating checksum.
git-svn-id: http://svn.xiph.org/trunk/ogg@2405 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 b42e4fc..db47592 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.11 2001/05/24 01:04:36 xiphmont Exp $
+ last mod: $Id: ogg.h,v 1.12 2001/11/24 07:49:31 xiphmont Exp $
********************************************************************/
#ifndef _OGG_H
@@ -155,6 +155,8 @@ extern int ogg_stream_reset(ogg_stream_state *os);
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);