--------------------- PatchSet 6516 Date: 2008/01/15 21:36:13 Author: chtsanti Branch: async-calls Tag: (none) Log: Add the prototype of comm_accept(int fd, AsyncCall::Pointer &call) Members: src/comm.h:1.26.4.11->1.26.4.12 Index: squid3/src/comm.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/comm.h,v retrieving revision 1.26.4.11 retrieving revision 1.26.4.12 diff -u -r1.26.4.11 -r1.26.4.12 --- squid3/src/comm.h 29 Dec 2007 15:24:40 -0000 1.26.4.11 +++ squid3/src/comm.h 15 Jan 2008 21:36:13 -0000 1.26.4.12 @@ -79,6 +79,7 @@ class ConnectionDetail; typedef void IOACB(int fd, int nfd, ConnectionDetail *details, comm_err_t flag, int xerrno, void *data); extern void comm_accept(int fd, IOACB *handler, void *handler_data); +extern void comm_accept(int fd, AsyncCall::Pointer &call); extern void comm_add_close_handler(int fd, PF *, void *); extern void comm_add_close_handler(int fd, AsyncCall::Pointer &); extern void comm_remove_close_handler(int fd, PF *, void *);