From: danw Date: Sat, 6 Feb 1999 18:44:32 +0000 (+0000) Subject: update for addition of "banner" field in printers table X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/fe1243fa7054876b9246812434263a93f3c06d03 update for addition of "banner" field in printers table --- diff --git a/include/moira_site.h b/include/moira_site.h index f1be09f0..87244cb4 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -198,12 +198,16 @@ #define PRN_PC 10 #define PRN_AC 11 #define PRN_LPC_ACL 12 -#define PRN_LOCATION 13 -#define PRN_CONTACT 14 -#define PRN_MODTIME 15 -#define PRN_MODBY 16 -#define PRN_MODWITH 17 -#define PRN_END 18 +#define PRN_BANNER 13 +#define PRN_LOCATION 14 +#define PRN_CONTACT 15 +#define PRN_MODTIME 16 +#define PRN_MODBY 17 +#define PRN_MODWITH 18 +#define PRN_END 19 + +#define PRN_BANNER_FIRST 1 +#define PRN_BANNER_LAST 2 /* PO box information queries */