summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-27 08:32:33 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-27 08:32:33 +0000
commit1135b8fd3064d7dff9081120511fe6410e87690c (patch)
tree145634c806685895d1f67ccf43bb1f2679aa92ec
parent394e174fdf4a8b3bcaff326be297cdb491db90f9 (diff)
Added prototype for ZSendList.
-rw-r--r--h/zephyr/zephyr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index eedbee2..4816552 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -180,6 +180,7 @@ extern "C" {
extern Code_t ZParseNotice Zproto((char*, int, ZNotice_t *));
extern Code_t ZReadAscii Zproto((char*, int, unsigned char*, int));
extern Code_t ZSendPacket Zproto((char*, int, int));
+ extern Code_t ZSendList Zproto((ZNotice_t*, char *[], int, Z_AuthProc));
extern Code_t ZFormatNotice Zproto((ZNotice_t*, char**, int*, Z_AuthProc));
extern Code_t ZInitialize Zproto ((void));
extern Code_t ZSetServerState Zproto((int));