[GRASS-SVN] r60815 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 13 00:15:06 PDT 2014
Author: hcho
Date: 2014-06-13 00:15:06 -0700 (Fri, 13 Jun 2014)
New Revision: 60815
Modified:
grass/trunk/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/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h 2014-06-13 06:55:54 UTC (rev 60814)
+++ grass/trunk/include/defs/gis.h 2014-06-13 07:15:06 UTC (rev 60815)
@@ -436,7 +436,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