summaryrefslogtreecommitdiff
path: root/include/ogg/ogg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ogg/ogg.h')
-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);