[GRASS-SVN] r55644 - grass/trunk/vector/v.in.dxf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 6 06:14:00 PDT 2013
Author: martinl
Date: 2013-04-06 06:14:00 -0700 (Sat, 06 Apr 2013)
New Revision: 55644
Modified:
grass/trunk/vector/v.in.dxf/dxf_to_vect.c
Log:
v.in.dxf: fix compilation error
Modified: grass/trunk/vector/v.in.dxf/dxf_to_vect.c
===================================================================
--- grass/trunk/vector/v.in.dxf/dxf_to_vect.c 2013-04-06 11:40:17 UTC (rev 55643)
+++ grass/trunk/vector/v.in.dxf/dxf_to_vect.c 2013-04-06 13:14:00 UTC (rev 55644)
@@ -9,6 +9,7 @@
#endif
static void make_head(struct Map_info *);
+static int find_next_header_variable(struct dxf_file *);
static struct bound_box ext, dxf_ext;
More information about the grass-commit
mailing list