]> err.no Git - mapper/commitdiff
Remove static, make gcc 4 happy
authorKaj-Michael Lang <milang@onion.tal.org>
Fri, 7 Dec 2007 12:25:23 +0000 (14:25 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Fri, 7 Dec 2007 12:25:23 +0000 (14:25 +0200)
src/osm.c

index 31508e64a7c5ffc1d7c2457c56847c539f20f10e..66a16bd926bb5af35f94727b7dd46f57007c1e48 100644 (file)
--- a/src/osm.c
+++ b/src/osm.c
@@ -994,7 +994,7 @@ w->data->layer=0;
 w->data->speed=0;
 }
 
-static void
+void
 osm_free_way_data(way *w)
 {
 if (!w->data)