[xiph-cvs] cvs commit: ogg/mac libogg.mcp
Ralph Giles
giles at xiph.org
Sat Jul 13 03:28:36 PDT 2002
giles 02/07/13 03:28:36
Modified: include/ogg ogg.h
mac libogg.mcp
Log:
re-add an incorrectly removed prototype.
Revision Changes Path
1.18 +3 -1 ogg/include/ogg/ogg.h
Index: ogg.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/ogg.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ogg.h 2002/07/12 13:06:21 1.17
+++ ogg.h 2002/07/13 10:28:33 1.18
@@ -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
@@ -156,6 +156,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);
<p><p>1.3 +2 -2 ogg/mac/libogg.mcp
Index: libogg.mcp
===================================================================
RCS file: /usr/local/cvsroot/ogg/mac/libogg.mcp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
Binary files /tmp/cvsTSrqvb and /tmp/cvsyLr4ai differ
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list