X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=leo.h;h=f753065443776bfa89d2f6ee7dc22f50ad551992;hb=e827ddca25fa9660147cac4d4438d7b41b8e342b;hp=fa4123defb62ef3c1a6a406f53d24cb550d76247;hpb=44b0ec8816c3cf1a5858fec0c51e075cedefc3eb;p=leo.git diff --git a/leo.h b/leo.h index fa4123d..f753065 100644 --- a/leo.h +++ b/leo.h @@ -6,6 +6,8 @@ #include +#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);