[GRASS-SVN] r62243 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 10 07:14:17 PDT 2014
Author: hcho
Date: 2014-10-10 07:14:17 -0700 (Fri, 10 Oct 2014)
New Revision: 62243
Modified:
grass/trunk/include/defs/gis.h
Log:
defs/gis.h: Add missing G_option_excludes
Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h 2014-10-10 12:48:09 UTC (rev 62242)
+++ grass/trunk/include/defs/gis.h 2014-10-10 14:14:17 UTC (rev 62243)
@@ -521,6 +521,7 @@
void G_option_required(void *, ...);
void G_option_requires(void *, ...);
void G_option_requires_all(void *, ...);
+void G_option_excludes(void *, ...);
void G_option_collective(void *, ...);
/* paths.c */
More information about the grass-commit
mailing list