Explorar o código

defs/gis.h: Add missing G_option_excludes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62243 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=10) %!d(string=hai) anos
pai
achega
052fed67d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/defs/gis.h

+ 1 - 0
include/defs/gis.h

@@ -521,6 +521,7 @@ void G_option_exclusive(void *, ...);
 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 */