]> mj.ucw.cz Git - leo.git/blobdiff - leo.h
TODO
[leo.git] / leo.h
diff --git a/leo.h b/leo.h
index fa4123defb62ef3c1a6a406f53d24cb550d76247..77c198e368a47594d84398b68f45184bc0201a13 100644 (file)
--- a/leo.h
+++ b/leo.h
@@ -1,9 +1,12 @@
 /*
  *     Hic Est Leo
  *
- *     (c) 2014 Martin Mares <mj@ucw.cz>
+ *     (c) 2014--2015 Martin Mares <mj@ucw.cz>
  */
 
+#include "autoconf.h"
+
+#include <ucw/lib.h>
 #include <ucw/clists.h>
 
 typedef u32 color_t;                   // 0x00RRGGBB
@@ -14,7 +17,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);