[GRASS-SVN] r47420 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 04:41:27 EDT 2011


Author: martinl
Date: 2011-08-04 01:41:27 -0700 (Thu, 04 Aug 2011)
New Revision: 47420

Modified:
   grass/trunk/include/gis.h
Log:
gislib: add G_OPT_UNDEFINED


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2011-08-04 08:40:51 UTC (rev 47419)
+++ grass/trunk/include/gis.h	2011-08-04 08:41:27 UTC (rev 47420)
@@ -164,6 +164,7 @@
 
  /**/ typedef enum
 {
+    G_OPT_UNDEFINED,
     G_OPT_DB_WHERE,		/* SQL where conditions */
     G_OPT_DB_TABLE,		/* table name */
     G_OPT_DB_DRIVER,		/* driver name */



More information about the grass-commit mailing list