]> mj.ucw.cz Git - leo.git/blobdiff - leo.h
Support for fixed objects
[leo.git] / leo.h
diff --git a/leo.h b/leo.h
index fa4123defb62ef3c1a6a406f53d24cb550d76247..f753065443776bfa89d2f6ee7dc22f50ad551992 100644 (file)
--- a/leo.h
+++ b/leo.h
@@ -6,6 +6,8 @@
 
 #include <ucw/clists.h>
 
+#include "autoconf.h"
+
 typedef u32 color_t;                   // 0x00RRGGBB
 
 #define COLOR_NONE 0xffffffff
@@ -14,7 +16,3 @@ typedef u32 color_t;                  // 0x00RRGGBB
 
 extern uns debug_dump_source, debug_dump_after_proj, debug_dump_after_scaling;
 extern uns debug_dump_multipolygons, debug_dump_css, debug_dump_styling, debug_dump_symbols;
-
-/* xml.c */
-
-void osm_xml_parse(const char *name);