Explorar el Código

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).



git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60815 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho hace 11 años
padre
commit
1584e5eb05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/defs/gis.h

+ 1 - 1
include/defs/gis.h

@@ -436,7 +436,7 @@ const char *G_get_mapset_name(int);
 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 *);