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, 2 insertions, 0 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index be5cdd3..76f0e34 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -147,6 +147,8 @@ extern int ogg_page_serialno(ogg_page *og);
extern long ogg_page_pageno(ogg_page *og);
extern int ogg_page_packets(ogg_page *og);
+extern void ogg_packet_clear(ogg_packet *op);
+
#ifdef __cplusplus
}