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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 27 05:32:10 PDT 2014


Author: hcho
Date: 2014-06-27 05:32:10 -0700 (Fri, 27 Jun 2014)
New Revision: 61008

Modified:
   grass/trunk/include/defs/gis.h
Log:
gis.h: parser_dependencies.c comment

Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h	2014-06-27 11:16:17 UTC (rev 61007)
+++ grass/trunk/include/defs/gis.h	2014-06-27 12:32:10 UTC (rev 61008)
@@ -501,6 +501,7 @@
 FILE *G_open_option_file(const struct Option *);
 void G_close_option_file(FILE *);
 
+/* parser_dependencies.c */
 void G_option_exclusive(void *first, ...);
 void G_option_required(void *first, ...);
 void G_option_requires(void *first, ...);



More information about the grass-commit mailing list