aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sink.h b/src/sink.h
index 57c52021..d9b5c59c 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -24,6 +24,7 @@
*/
struct SerdSinkImpl {
void* handle;
+ SerdFreeFunc free_handle;
SerdBaseFunc base;
SerdPrefixFunc prefix;
SerdStatementFunc statement;