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
commita0b713da025da8d0a44af6ad2e81f7f1830fecc8 (patch)
treedd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /src/db-parse-context.h
parent87374282cb3848b0c26af89cdffff86002928196 (diff)
downloadlibgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.tar.gz
libgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.tar.xz
libgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.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