summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2008-11-30 10:45:21 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2008-11-30 10:45:21 +0000
commit4c3f52d4016093c9b25f33b28c19b103eaef277b (patch)
tree546ce0229f0e17e28b1da4babe440ccf8ae4c368 /src/db-parse-context.h
parent4f88927b3323b947f5804f6b6f9870f2d7b679c6 (diff)
downloadlibgpod-tmz-4c3f52d4016093c9b25f33b28c19b103eaef277b.tar.gz
libgpod-tmz-4c3f52d4016093c9b25f33b28c19b103eaef277b.tar.xz
libgpod-tmz-4c3f52d4016093c9b25f33b28c19b103eaef277b.zip
* src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the
end of a declaration as this can cause problems with some compilers (and doesn't seem to make sense in the first place). Thanks to Tim Mooney. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2154 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-parse-context.h')
-rw-r--r--src/db-parse-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h
index 43411ed..649a758 100644
--- a/src/db-parse-context.h
+++ b/src/db-parse-context.h
@@ -56,7 +56,7 @@ G_GNUC_INTERNAL void
db_parse_context_set_total_len (DBParseContext *ctx, off_t len);
G_GNUC_INTERNAL off_t
-db_parse_context_get_remaining_length (DBParseContext *ctx) G_GNUC_INTERNAL;
+db_parse_context_get_remaining_length (DBParseContext *ctx);
G_GNUC_INTERNAL DBParseContext *
db_parse_context_get_sub_context (DBParseContext *ctx, off_t offset);