]> andersk Git - moira.git/commitdiff
add support for the nfsgroup column in the lists table.
authorzacheiss <zacheiss>
Wed, 19 Apr 2000 23:16:22 +0000 (23:16 +0000)
committerzacheiss <zacheiss>
Wed, 19 Apr 2000 23:16:22 +0000 (23:16 +0000)
include/moira_site.h

index fcd1eb164303585c2d41eaa4efe1f32e888afd9e..97b243b024dbff14519b8ddc60b262d2caf3b4ea 100644 (file)
 #define KMAP_PRINCIPAL 1
 #define KMAP_END       2
 
-/* General List information Queries. */
+/* General List information Queries, v3. */
 
 #define L_NAME     0
 #define L_ACTIVE   1
 #define L_MAILLIST 4
 #define L_GROUP    5
 #define L_GID      6
-#define L_ACE_TYPE 7
-#define L_ACE_NAME 8
-#define L_DESC     9
-#define L_MODTIME  10
-#define L_MODBY    11
-#define L_MODWITH  12
-#define L_END      13
+#define L_NFSGROUP 7
+#define L_ACE_TYPE 8
+#define L_ACE_NAME 9
+#define L_DESC     10
+#define L_MODTIME  11
+#define L_MODBY    12
+#define L_MODWITH  13
+#define L_END      14
 
 /* List Member information queries. */
 
This page took 0.073302 seconds and 5 git commands to generate.