]> andersk Git - moira.git/blobdiff - server/query.h
mucked with host table authorization checks...
[moira.git] / server / query.h
index e32b46daa4471cd7b428503ac389e04733a8e778..9a0e9aef7f049ada01da61ad6f424a6e0764fdc0 100644 (file)
@@ -46,7 +46,7 @@ struct validate
        
 /* Validated Object Types */
 enum vo_type {V_NAME, V_ID, V_TYPE, V_TYPEDATA, V_DATE, 
-             V_SORT, V_RENAME, V_CHAR, V_LOCK};
+             V_SORT, V_RENAME, V_CHAR, V_LOCK, V_WILD, V_UPWILD};
 
 /* Validated Object Definition */
 struct valobj
@@ -58,8 +58,3 @@ struct valobj
     char *idfield;             /* table's corresponding id field (if any) */
     int error;
 };
-
-/* Used to setup static argv, maximum argc and argument lengths */
-#define QMAXARGS       20
-#define QMAXARGSIZE    513
-
This page took 0.042769 seconds and 4 git commands to generate.