]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Commit prototype
authoradrian <>
Sun, 27 Oct 2002 21:01:58 +0000 (21:01 +0000)
committeradrian <>
Sun, 27 Oct 2002 21:01:58 +0000 (21:01 +0000)
src/comm.h

index 10caea20c495f87033a6eecdc4b34b48ba3ddc33..1a68942202da048556cdd30bfcf76df931e09436 100644 (file)
@@ -16,6 +16,7 @@ extern int comm_udp_recvfrom(int fd, void *buf, size_t len, int flags,
   struct sockaddr *from, socklen_t *fromlen);
 extern int comm_udp_recv(int fd, void *buf, size_t len, int flags);
 extern ssize_t comm_udp_send(int s, const void *buf, size_t len, int flags);
+extern void comm_accept_setperiod(int fd, int mdelay);
 
 extern void comm_write(int s, const char *buf, size_t len, IOWCB *callback, void *callback_data);