]> andersk Git - moira.git/blobdiff - include/moira_site.h
Add #define's for container query argument positions.
[moira.git] / include / moira_site.h
index ed1be23e192b7b524413dd7d91f133e75a74dea6..e918ecfff01d6ea07f6321dcfd100ae84a44ecff 100644 (file)
 #define        ZA_MODWITH      13
 #define ZA_END         14
 
-
+/* Container queries */
+
+#define CON_NAME        0
+#define CON_DESCRIPT    1
+#define CON_LOCATION    2
+#define CON_CONTACT     3
+#define CON_OWNER_TYPE  4
+#define CON_OWNER_NAME  5
+#define CON_MEMACE_TYPE 6
+#define CON_MEMACE_NAME 7
+#define CON_MODTIME     8
+#define CON_MODBY       9
+#define CON_MODWITH     10
+#define CON_END         11
 
 /* Directories & files used on the server machine: */
 
This page took 0.048396 seconds and 4 git commands to generate.