]> andersk Git - moira.git/commitdiff
added U_SECURE field to user structure
authormar <mar>
Thu, 30 Apr 1992 16:31:13 +0000 (16:31 +0000)
committermar <mar>
Thu, 30 Apr 1992 16:31:13 +0000 (16:31 +0000)
include/moira_site.h

index c24645e9195e3769d5276450a8c8a33aa1039fe9..38c0e9b3c9d25b804b173f1a8c52bb6bf91e7995 100644 (file)
 #define U_CLASS   8
 #define U_COMMENT 9
 #define U_SIGNATURE 10
-#define U_MODTIME 11
-#define U_MODBY   12
-#define U_MODWITH 13
-#define U_END     14
+#define U_SECURE  11
+#define U_MODTIME 12
+#define U_MODBY   13
+#define U_MODWITH 14
+#define U_END     15
 
 /* User states (the value of argv[U_STATE] from a user query) */
 
This page took 0.150442 seconds and 5 git commands to generate.