[GRASS-SVN] r36402 - grass/trunk/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 17 10:46:12 EDT 2009


Author: mmetz
Date: 2009-03-17 10:46:11 -0400 (Tue, 17 Mar 2009)
New Revision: 36402

Modified:
   grass/trunk/include/vect/dig_externs.h
Log:
TODO: free structures done in diglib, part 1

Modified: grass/trunk/include/vect/dig_externs.h
===================================================================
--- grass/trunk/include/vect/dig_externs.h	2009-03-17 13:32:50 UTC (rev 36401)
+++ grass/trunk/include/vect/dig_externs.h	2009-03-17 14:46:11 UTC (rev 36402)
@@ -215,6 +215,10 @@
 P_LINE *dig_alloc_line();
 P_AREA *dig_alloc_area();
 P_ISLE *dig_alloc_isle();
+void dig_free_node(P_NODE *);
+void dig_free_line(P_LINE *);
+void dig_free_area(P_AREA *);
+void dig_free_isle(P_ISLE *);
 int dig_alloc_points(struct line_pnts *, int);
 int dig_alloc_cats(struct line_cats *, int);
 int dig_area_alloc_line(P_AREA *, int);



More information about the grass-commit mailing list