/********************************************************************/
-void
+static void
print_way(way *w)
{
#ifdef VERBOSE
#endif
}
-void
+static void
print_node(node *n)
{
#ifdef VERBOSE
/********************************************************************/
-gboolean
+static gboolean
db_insert_node(node *n)
{
gint32 lat, lon;
w->data->speed=0;
}
-void
+static void
osm_free_way_data(way *w)
{
g_assert(w);
return 0;
}
-guint32
+static guint32
osm_find_way_place(way *w, node_type_t nt)
{
gchar **isin;
g_hash_table_destroy(osm_node_isin);
}
-
/************************************************************************/
static gint