From 32fdf71f74fee4e0774d7ae5167447c70cd83b7c Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Thu, 22 Sep 2005 18:16:50 +0000 Subject: * applied Christophe Fergeau's patch which adds cover art writing support to libgpod -> bump to version 104 git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1098 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/db-parse-context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/db-parse-context.h') 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 -- cgit