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