summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-22 18:16:50 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-22 18:16:50 +0000
commit32fdf71f74fee4e0774d7ae5167447c70cd83b7c (patch)
treedd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /src/db-parse-context.h
parentfba33d9b3d03cb92df15904c045fcfe93d251fa4 (diff)
downloadlibgpod-tmz-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.tar.gz
libgpod-tmz-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.tar.xz
libgpod-tmz-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.zip
* 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
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