summaryrefslogtreecommitdiff
path: root/xmlconfig.h
blob: 2e03aa62e5248183f581088f2712c8363a89ec0b (plain)
1
2
3
4
5
6
7
8
#ifndef NAVIT_XMLCONFIG_H
#define NAVIT_XMLCONFIG_H

struct container;
gboolean config_load(char *filename,GError **error);

#endif