| 40130:fba68437a08a | 40131:00bfb6134525 |
|---|---|
| 848 return; | 848 return; |
| 849 } | 849 } |
| 850 qptr->prev->next = qptr->next; | 850 qptr->prev->next = qptr->next; |
| 851 qptr->next->prev = qptr->prev; | 851 qptr->next->prev = qptr->prev; |
| 852 free ((char *)qptr); | 852 free ((char *)qptr); |
| 853 return; | |
| 854 } | 853 } |
| 855 | 854 |
| 856 Code_t Z_SendFragmentedNotice(notice, len, cert_func, send_func) | 855 Code_t Z_SendFragmentedNotice(notice, len, cert_func, send_func) |
| 857 ZNotice_t *notice; | 856 ZNotice_t *notice; |
| 858 int len; | 857 int len; |