summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-09-28 05:01:56 +0000
committerJack Moffitt <jack@xiph.org>2000-09-28 05:01:56 +0000
commit38de061e69a5e71cf48d15ed8e680f6d751a219e (patch)
tree1ea9915fc46bdb6fb7f6afb415631776e0439f78 /include
parent768a677a97e97e96451027e0a9b91ee628c37d81 (diff)
downloadogg-git-38de061e69a5e71cf48d15ed8e680f6d751a219e.tar.gz
Where was ogg_sync_destroy... silly xiphmont :)
svn path=/trunk/ogg/; revision=703
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index 3fd44d8..bfc6a5f 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -120,8 +120,8 @@ extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
extern int ogg_sync_init(ogg_sync_state *oy);
extern int ogg_sync_clear(ogg_sync_state *oy);
-extern int ogg_sync_destroy(ogg_sync_state *oy);
extern int ogg_sync_reset(ogg_sync_state *oy);
+extern int ogg_sync_destroy(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);