diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-29 11:26:06 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-29 11:26:06 +0000 |
commit | eb242400014d1e7f347e7b82dbee04ce3dbfa3fa (patch) | |
tree | 6855547ff118d6773542d1e4dc0056e94f083d77 /navit/xmlconfig.h | |
parent | c332a97113eb00076ec8aa196939eba2225a3a33 (diff) | |
download | navit-eb242400014d1e7f347e7b82dbee04ce3dbfa3fa.tar.gz |
core:fix:fix some warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1870 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.h')
-rw-r--r-- | navit/xmlconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/xmlconfig.h b/navit/xmlconfig.h index 202d8dd40..15918f184 100644 --- a/navit/xmlconfig.h +++ b/navit/xmlconfig.h @@ -20,8 +20,9 @@ #ifndef NAVIT_XMLCONFIG_H #define NAVIT_XMLCONFIG_H +typedef GError xmlerror; struct container; -gboolean config_load(char *filename,GError **error); +gboolean config_load(const char *filename, xmlerror **error); #endif |