[GRASS-CVS] markus: grass6/include Vect.h,1.78,1.78.2.1
grass at intevation.de
grass at intevation.de
Tue Nov 20 05:20:54 EST 2007
Author: markus
Update of /grassrepository/grass6/include
In directory doto:/tmp/cvs-serv8906/include
Modified Files:
Tag: releasebranch_6_3
Vect.h
Log Message:
declare Vect_break_lines_list
Index: Vect.h
===================================================================
RCS file: /grassrepository/grass6/include/Vect.h,v
retrieving revision 1.78
retrieving revision 1.78.2.1
diff -u -d -r1.78 -r1.78.2.1
--- Vect.h 10 Oct 2007 16:13:40 -0000 1.78
+++ Vect.h 20 Nov 2007 10:20:52 -0000 1.78.2.1
@@ -270,6 +270,7 @@
/* Cleaning */
void Vect_break_lines ( struct Map_info *, int, struct Map_info *, FILE * );
+int Vect_break_lines_list (struct Map_info *, struct ilist *, int, struct Map_info *, FILE *);
void Vect_break_polygons ( struct Map_info *, int, struct Map_info *, FILE * );
void Vect_remove_duplicates ( struct Map_info *, int, struct Map_info *, FILE * );
void Vect_snap_lines ( struct Map_info *, int, double, struct Map_info *, FILE * );
More information about the grass-commit
mailing list