| 161 Code_t ZReadAscii ZP((char*, int, unsigned char*, int)); |
161 Code_t ZReadAscii ZP((char*, int, unsigned char*, int)); |
| 162 Code_t ZReadAscii32 ZP((char *, int, unsigned long *)); |
162 Code_t ZReadAscii32 ZP((char *, int, unsigned long *)); |
| 163 Code_t ZReadAscii16 ZP((char *, int, unsigned short *)); |
163 Code_t ZReadAscii16 ZP((char *, int, unsigned short *)); |
| 164 Code_t ZSendPacket ZP((char*, int, int)); |
164 Code_t ZSendPacket ZP((char*, int, int)); |
| 165 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc)); |
165 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc)); |
| 166 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Code_t (*)(void))); |
166 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Code_t (*)())); |
| 167 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc)); |
167 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc)); |
| 168 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Code_t (*)(void))); |
168 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Code_t (*)())); |
| 169 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); |
169 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); |
| 170 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); |
170 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); |
| 171 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, |
171 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, |
| 172 char **buffer, int *ret_len)); |
172 char **buffer, int *ret_len)); |
| 173 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); |
173 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); |