diff options
author | John Kohl <jtkohl@mit.edu> | 1989-05-04 13:19:57 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1989-05-04 13:19:57 +0000 |
commit | e14e41e6e33a3c21382d79b572dd8ce985f8657a (patch) | |
tree | 476c876e15f3b9ad0de5b9397575a0b5e1db3bd3 /h | |
parent | 962a24006ba789a3c8c04d4d55187b74f2251c28 (diff) |
add #define for CLIENT_SUBSCRIBE_NODEFS
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 4aad9ea..41acad8 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -184,6 +184,7 @@ extern int ZMakeAuthentication(); #define ZEPHYR_CTL_CLIENT "CLIENT" /* Inst: From client */ #define CLIENT_SUBSCRIBE "SUBSCRIBE" /* Opcode: Subscribe */ +#define CLIENT_SUBSCRIBE_NODEFS "SUBSCRIBE_NODEFS" /* Opcode: Subscribe */ #define CLIENT_UNSUBSCRIBE "UNSUBSCRIBE" /* Opcode: Unsubsubscribe */ #define CLIENT_CANCELSUB "CLEARSUB" /* Opcode: Clear all subs */ #define CLIENT_GIMMESUBS "GIMME" /* Opcode: Give me subs */ |