[GRASS-SVN] r60515 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 27 08:13:54 PDT 2014


Author: hcho
Date: 2014-05-27 08:13:54 -0700 (Tue, 27 May 2014)
New Revision: 60515

Modified:
   grass/trunk/include/defs/gis.h
Log:
libgis: Added G_open/close_option_file

Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h	2014-05-27 15:13:40 UTC (rev 60514)
+++ grass/trunk/include/defs/gis.h	2014-05-27 15:13:54 UTC (rev 60515)
@@ -495,7 +495,9 @@
 void G_add_keyword(const char *);
 void G_set_keywords(const char *);
 int G_get_overwrite();
-char* G_option_to_separator(const struct Option *);
+char *G_option_to_separator(const struct Option *);
+FILE *G_open_option_file(const struct Option *);
+void G_close_option_file(FILE *);
 
 /* paths.c */
 int G_mkdir(const char *);



More information about the grass-commit mailing list