| 22197:853f77cffbbd | 22198:c8005d0412e3 |
|---|---|
| 18 } | 18 } |
| 19 | 19 |
| 20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) | 20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) |
| 21 ZNotice_t *notice; | 21 ZNotice_t *notice; |
| 22 Z_AuthProc cert_routine; | 22 Z_AuthProc cert_routine; |
| 23 Code_t (*send_routine)(void); | 23 Code_t (*send_routine)(); |
| 24 { | 24 { |
| 25 Code_t retval; | 25 Code_t retval; |
| 26 ZNotice_t newnotice; | 26 ZNotice_t newnotice; |
| 27 char *buffer; | 27 char *buffer; |
| 28 int len; | 28 int len; |