Преглед изворни кода

gislib: add G_OPT_UNDEFINED

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47420 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 14 година
родитељ
комит
4dedae59de
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      include/gis.h

+ 1 - 0
include/gis.h

@@ -164,6 +164,7 @@ static const char *GRASS_copyright __attribute__ ((unused))
 
  /**/ typedef enum
 {
+    G_OPT_UNDEFINED,
     G_OPT_DB_WHERE,		/* SQL where conditions */
     G_OPT_DB_TABLE,		/* table name */
     G_OPT_DB_DRIVER,		/* driver name */