]> andersk Git - moira.git/commitdiff
Add membership acl fields.
authorzacheiss <zacheiss>
Thu, 10 Aug 2000 02:26:35 +0000 (02:26 +0000)
committerzacheiss <zacheiss>
Thu, 10 Aug 2000 02:26:35 +0000 (02:26 +0000)
include/moira_site.h

index 51cd08f7168e1bf9a2fee71a391a1560e1e19fee..13ab156bc7ec6cd6f1132295122f192e2788c7d2 100644 (file)
 #define KMAP_PRINCIPAL 1
 #define KMAP_END       2
 
-/* General List information Queries, v3. */
+/* General List information Queries, v4. */
 
 #define L_NAME     0
 #define L_ACTIVE   1
 #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
+#define L_MEMACE_TYPE 10
+#define L_MEMACE_NAME 11
+#define L_DESC     12
+#define L_MODTIME  13
+#define L_MODBY    14
+#define L_MODWITH  15
+#define L_END      16
 
 /* List Member information queries. */
 
This page took 0.984741 seconds and 5 git commands to generate.