summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db-parse-context.h')
-rw-r--r--src/db-parse-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h
index b442c36..528856f 100644
--- a/src/db-parse-context.h
+++ b/src/db-parse-context.h
@@ -49,5 +49,6 @@ G_GNUC_INTERNAL DBParseContext *db_parse_context_get_next_child (DBParseContext
G_GNUC_INTERNAL void *db_parse_context_get_m_header_internal (DBParseContext *ctx, const char *id, off_t size) G_GNUC_INTERNAL;
G_GNUC_INTERNAL DBParseContext *db_parse_context_new_from_file (const char *filename) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL void db_parse_context_destroy (DBParseContext *ctx, gboolean unmap);
#endif