]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/ListenStateData.h
Merged from parent (trunk r10600).
[thirdparty/squid.git] / src / comm / ListenStateData.h
index c7bdc7be2dd822998382a573970aa86c015b1216..66ed358786c465fe090d8c2c6912cdc19a4bd706 100644 (file)
@@ -41,7 +41,7 @@ private:
     /// Method callback for whenever an FD is ready to accept a client connection.
     static void doAccept(int fd, void *data);
 
-    bool acceptOne();
+    void acceptOne();
     int oldAccept(ConnectionDetail &details);
 
     AsyncCall::Pointer theCallback;