[GRASS-SVN] r60816 - grass/branches/releasebranch_7_0/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 13 00:16:07 PDT 2014


Author: hcho
Date: 2014-06-13 00:16:07 -0700 (Fri, 13 Jun 2014)
New Revision: 60816

Modified:
   grass/branches/releasebranch_7_0/include/defs/gis.h
Log:
libgis: revert partially renamed G__reset_mapsets to G_reset_mapsets.

This function is used with other G_ functions (G_create_alt_search_path,
G_switch_search_path, and G_add_mapset_to_search_path).



Modified: grass/branches/releasebranch_7_0/include/defs/gis.h
===================================================================
--- grass/branches/releasebranch_7_0/include/defs/gis.h	2014-06-13 07:15:06 UTC (rev 60815)
+++ grass/branches/releasebranch_7_0/include/defs/gis.h	2014-06-13 07:16:07 UTC (rev 60816)
@@ -434,7 +434,7 @@
 void G__get_list_of_mapsets(void);
 void G_create_alt_search_path(void);
 void G_switch_search_path(void);
-void G__reset_mapsets(void);
+void G_reset_mapsets(void);
 char **G_get_available_mapsets(void);
 void G_add_mapset_to_search_path(const char *);
 int G_is_mapset_in_search_path(const char *);



More information about the grass-commit mailing list