]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add in function decl.
authoradrian <>
Mon, 21 Oct 2002 11:44:55 +0000 (11:44 +0000)
committeradrian <>
Mon, 21 Oct 2002 11:44:55 +0000 (11:44 +0000)
src/comm.h

index 92061c16494bdce847a2c3459d273d0e02778bfb..b965a17ef9cafe13de1b32783e81fb224bc6f811 100644 (file)
@@ -11,5 +11,7 @@ extern int comm_has_pending_read_callback(int fd);
 extern int comm_has_pending_read(int fd);
 extern void comm_read_cancel(int fd, IOCB *callback, void *data);
 extern void fdc_open(int fd, unsigned int type, char *desc);
+extern int comm_recvfrom(int fd, void *buf, size_t len, int flags,
+  struct sockaddr *from, socklen_t *fromlen);
 
 #endif