Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 396679
Collapse All | Expand All

(-)sipsak-0.9.6_p1/work/sipsak-0.9.6/helper.c (-1 / +1 lines)
Lines 250-256 Link Here
250
       return aptr;
250
       return aptr;
251
}
251
}
252
252
253
static void cares_callback(void *arg, int status, unsigned char *abuf, int alen) {
253
static void cares_callback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) {
254
       int i;
254
       int i;
255
       unsigned int ancount, nscount, arcount;
255
       unsigned int ancount, nscount, arcount;
256
       const unsigned char *aptr;
256
       const unsigned char *aptr;

Return to bug 396679