summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-13 22:00:32 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-13 22:00:32 +0000
commitc0b07fc45b32db66195c67e88dd59b4b02888c56 (patch)
tree9166fe4151130b6460921f066c501183df6ad3d1 /navit/xmlconfig.h
parent65945a45ee3c783d11e6fee8b5a9a888c5336c07 (diff)
downloadnavit-c0b07fc45b32db66195c67e88dd59b4b02888c56.tar.gz
Fix:core:Partially revert rev. 5571 to fix builds which use support/glib.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5576 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.h')
-rw-r--r--navit/xmlconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/xmlconfig.h b/navit/xmlconfig.h
index 833f96d33..8a56e3783 100644
--- a/navit/xmlconfig.h
+++ b/navit/xmlconfig.h
@@ -83,7 +83,7 @@ extern const int xml_attr_distance;
/* prototypes */
enum attr_type;
struct object_func *object_func_lookup(enum attr_type type);
-void xml_parse_text(const char *document, void *data, void (*start)(GMarkupParseContext *, const char *, const char **, const char **, void *, GError **), void (*end)(GMarkupParseContext *, const char *, void *, GError **), void (*text)(GMarkupParseContext*, const char *, gsize, void *, GError **));
+void xml_parse_text(const char *document, void *data, void (*start)(void *, const char *, const char **, const char **, void *, void *), void (*end)(void *, const char *, void *, void *), void (*text)(void *, const char *, int, void *, void *));
gboolean config_load(const char *filename, xmlerror **error);
//static void xinclude(GMarkupParseContext *context, const gchar **attribute_names, const gchar **attribute_values, struct xmldocument *doc_old, xmlerror **error);