[GRASS-SVN] r63960 - in grass/trunk: include/defs lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 5 13:10:04 PST 2015
Author: martinl
Date: 2015-01-05 13:10:04 -0800 (Mon, 05 Jan 2015)
New Revision: 63960
Modified:
grass/trunk/include/defs/gis.h
grass/trunk/lib/gis/local_proto.h
Log:
libgis: G__read_gisrc_env() is used by testsuite
Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h 2015-01-05 20:40:18 UTC (rev 63959)
+++ grass/trunk/include/defs/gis.h 2015-01-05 21:10:04 UTC (rev 63960)
@@ -224,6 +224,7 @@
void G_create_alt_env(void);
void G_switch_env(void);
void G__read_mapset_env(void);
+void G__read_gisrc_env(void);
/* error.c */
jmp_buf *G_fatal_longjmp(int);
Modified: grass/trunk/lib/gis/local_proto.h
===================================================================
--- grass/trunk/lib/gis/local_proto.h 2015-01-05 20:40:18 UTC (rev 63959)
+++ grass/trunk/lib/gis/local_proto.h 2015-01-05 21:10:04 UTC (rev 63960)
@@ -4,7 +4,6 @@
/* env.c */
void G__read_env(void);
void G__write_env(void);
-void G__read_gisrc_env(void);
/* gisinit.c */
void G__check_gisinit(void);
More information about the grass-commit
mailing list