diff options
author | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-02-04 21:12:22 +0000 |
---|---|---|
committer | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-02-04 21:12:22 +0000 |
commit | 0d194c2bad1618c46ebe7ef451056ea121b98f0c (patch) | |
tree | 3195e1c4754b660a857e6d4601f82c255a5a40fe /navit/xmlconfig.h | |
parent | a4e1c93892a13248b11acbac4090a756a9e0fb2b (diff) | |
download | navit-0d194c2bad1618c46ebe7ef451056ea121b98f0c.tar.gz |
Fix:Core: Adds in forgotten prototype for 'xinclude'
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4091 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.h')
-rw-r--r-- | navit/xmlconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/xmlconfig.h b/navit/xmlconfig.h index 6be3893bb..34a583d43 100644 --- a/navit/xmlconfig.h +++ b/navit/xmlconfig.h @@ -46,6 +46,8 @@ enum attr_type; struct object_func *object_func_lookup(enum attr_type type); 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); + /* end of prototypes */ #ifdef __cplusplus |