From af61d78995f531579ffdd24fd8a5360484ab66a2 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 27 May 2009 03:55:40 +0000 Subject: Add now async error interface calls to ogg.h git-svn-id: http://svn.xiph.org/trunk/ogg@16048 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- include/ogg/ogg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h index 9ff2c95..e620e49 100644 --- a/include/ogg/ogg.h +++ b/include/ogg/ogg.h @@ -167,6 +167,7 @@ extern int ogg_sync_init(ogg_sync_state *oy); extern int ogg_sync_clear(ogg_sync_state *oy); extern int ogg_sync_reset(ogg_sync_state *oy); extern int ogg_sync_destroy(ogg_sync_state *oy); +extern int ogg_sync_check(ogg_sync_state *oy); extern char *ogg_sync_buffer(ogg_sync_state *oy, long size); extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes); @@ -183,6 +184,7 @@ extern int ogg_stream_clear(ogg_stream_state *os); extern int ogg_stream_reset(ogg_stream_state *os); 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_check(ogg_stream_state *os); extern int ogg_stream_eos(ogg_stream_state *os); extern void ogg_page_checksum_set(ogg_page *og); -- cgit v1.2.1