From: zacheiss Date: Fri, 2 Aug 2002 10:31:32 +0000 (+0000) Subject: Renumber CON_foo #defines for addition of publicflg argument to queries. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/c9aa4afd58d11bdac388f4a5569155f387ae515a Renumber CON_foo #defines for addition of publicflg argument to queries. --- diff --git a/include/moira_site.h b/include/moira_site.h index e954ad2f..9e6d10dd 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -418,17 +418,18 @@ /* 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 +#define CON_PUBLIC 1 +#define CON_DESCRIPT 2 +#define CON_LOCATION 3 +#define CON_CONTACT 4 +#define CON_OWNER_TYPE 5 +#define CON_OWNER_NAME 6 +#define CON_MEMACE_TYPE 7 +#define CON_MEMACE_NAME 8 +#define CON_MODTIME 9 +#define CON_MODBY 10 +#define CON_MODWITH 11 +#define CON_END 12 /* Directories & files used on the server machine: */