From: Kaj-Michael Lang Date: Sat, 21 Jul 2007 17:51:11 +0000 (+0300) Subject: Add X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70749f1e8abea9c080c12c760f6c9af07d816987;p=mapper Add --- diff --git a/src/osm-db.h b/src/osm-db.h new file mode 100644 index 0000000..fe43e45 --- /dev/null +++ b/src/osm-db.h @@ -0,0 +1,5 @@ +#include +#include "osm.h" + +gboolean osm_find_nearest_place(node_type_t type, gint lat, gint lon, osm_place *n); +