[GRASS-SVN] r35491 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 17:40:11 EST 2009
Author: martinl
Date: 2009-01-19 17:40:11 -0500 (Mon, 19 Jan 2009)
New Revision: 35491
Modified:
grass/trunk/vector/v.net/arcs.c
Log:
v.net/arcs.c: make field2n() to be static
Modified: grass/trunk/vector/v.net/arcs.c
===================================================================
--- grass/trunk/vector/v.net/arcs.c 2009-01-19 22:31:57 UTC (rev 35490)
+++ grass/trunk/vector/v.net/arcs.c 2009-01-19 22:40:11 UTC (rev 35491)
@@ -6,7 +6,7 @@
static int find_node(struct Map_info *, int, int);
-void field2n(struct line_cats *, int);
+static void field2n(struct line_cats *, int);
/**
* \brief Create network arcs (edge) based on given point vector map (nodes)
More information about the grass-commit
mailing list