diff options
author | John Kohl <jtkohl@mit.edu> | 1987-11-16 16:31:19 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1987-11-16 16:31:19 +0000 |
commit | 51ce0ae0bb26c5d5775466dd057a05744f1b290e (patch) | |
tree | c10ad38bab65da6cb85ed0391e37e51062717da3 /h | |
parent | f5e468f791d953cdd7cb57d3b54df4cfba4b1fef (diff) |
change names of exposure levels to be consistent
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 72e8463..91d28aa 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -202,10 +202,10 @@ extern int ZMakeAuthentication(); #define EXPOSE_NONE "NONE" /* Opcode: Not visible */ #define EXPOSE_OPSTAFF "OPSTAFF" /* Opcode: Opstaff visible */ -#define EXPOSE_REALMVIS "REALM_VISIBLE" /* Opcode: Realm visible */ -#define EXPOSE_REALMANN "REALM_ANNOUNCE"/* Opcode: Realm announced */ -#define EXPOSE_NETVIS "NET_VISIBLE" /* Opcode: Net visible */ -#define EXPOSE_NETANN "NET_ANNOUNCE" /* Opcode: Net announced */ +#define EXPOSE_REALMVIS "REALM-VISIBLE" /* Opcode: Realm visible */ +#define EXPOSE_REALMANN "REALM-ANNOUNCED"/* Opcode: Realm announced */ +#define EXPOSE_NETVIS "NET-VISIBLE" /* Opcode: Net visible */ +#define EXPOSE_NETANN "NET-ANNOUNCED" /* Opcode: Net announced */ #define LOGIN_USER_LOGOUT "USER_LOGOUT" /* Opcode: User logout */ #define LOGIN_USER_FLUSH "USER_FLUSH" /* Opcode: flush all locs */ |