| 145 int ZCompareUIDPred ZP((ZNotice_t *, void *)); |
145 int ZCompareUIDPred ZP((ZNotice_t *, void *)); |
| 146 int ZCompareMultiUIDPred ZP((ZNotice_t *, void *)); |
146 int ZCompareMultiUIDPred ZP((ZNotice_t *, void *)); |
| 147 |
147 |
| 148 /* Defines for ZFormatNotice, et al. */ |
148 /* Defines for ZFormatNotice, et al. */ |
| 149 typedef Code_t (*Z_AuthProc) ZP((ZNotice_t*, char *, int, int *)); |
149 typedef Code_t (*Z_AuthProc) ZP((ZNotice_t*, char *, int, int *)); |
| |
150 typedef Code_t (*Z_SendProc) ZP((ZNotice_t *, char *, int, int)); |
| 150 Code_t ZMakeAuthentication ZP((ZNotice_t*, char *,int, int*)); |
151 Code_t ZMakeAuthentication ZP((ZNotice_t*, char *,int, int*)); |
| 151 |
152 |
| 152 char *ZGetSender ZP((void)); |
153 char *ZGetSender ZP((void)); |
| 153 char *ZGetVariable ZP((char *)); |
154 char *ZGetVariable ZP((char *)); |
| 154 Code_t ZSetVariable ZP((char *var, char *value)); |
155 Code_t ZSetVariable ZP((char *var, char *value)); |
| 161 Code_t ZReadAscii ZP((char*, int, unsigned char*, int)); |
162 Code_t ZReadAscii ZP((char*, int, unsigned char*, int)); |
| 162 Code_t ZReadAscii32 ZP((char *, int, unsigned long *)); |
163 Code_t ZReadAscii32 ZP((char *, int, unsigned long *)); |
| 163 Code_t ZReadAscii16 ZP((char *, int, unsigned short *)); |
164 Code_t ZReadAscii16 ZP((char *, int, unsigned short *)); |
| 164 Code_t ZSendPacket ZP((char*, int, int)); |
165 Code_t ZSendPacket ZP((char*, int, int)); |
| 165 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc)); |
166 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc)); |
| 166 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Code_t (*)())); |
167 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Z_SendProc)); |
| 167 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc)); |
168 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc)); |
| 168 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Code_t (*)())); |
169 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Z_SendProc)); |
| 169 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); |
170 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); |
| 170 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); |
171 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); |
| 171 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, |
172 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, |
| 172 char **buffer, int *ret_len)); |
173 char **buffer, int *ret_len)); |
| 173 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); |
174 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); |