[GRASS-SVN] r45462 -
grass-addons/grass7/raster/r.stream/r.stream.snap
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 26 03:10:13 EST 2011
Author: hamish
Date: 2011-02-26 00:10:13 -0800 (Sat, 26 Feb 2011)
New Revision: 45462
Modified:
grass-addons/grass7/raster/r.stream/r.stream.snap/local_proto.h
Log:
+fn prototypes
Modified: grass-addons/grass7/raster/r.stream/r.stream.snap/local_proto.h
===================================================================
--- grass-addons/grass7/raster/r.stream/r.stream.snap/local_proto.h 2011-02-26 08:04:13 UTC (rev 45461)
+++ grass-addons/grass7/raster/r.stream/r.stream.snap/local_proto.h 2011-02-26 08:10:13 UTC (rev 45462)
@@ -1,2 +1,11 @@
#include "io.h"
#include "local_vars.h"
+
+/* snap.c */
+int create_distance_mask(int);
+int read_points(char *, SEGMENT *, SEGMENT *);
+int snap_point(OUTLET *, int, SEGMENT *, SEGMENT *, double);
+
+/* points_io.c */
+int write_points(char *, int);
+
More information about the grass-commit
mailing list