]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Loops.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / comm / Loops.h
index 9c895dc476e3a57ba1c88a3000e83d1739ba18c4..901e63409b7e32a9732a53bfee0a00694309334e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -24,9 +24,6 @@ namespace Comm
 /// Initialize the module on Squid startup
 void SelectLoopInit(void);
 
-/// Mark an FD to be watched for its IO status.
-void SetSelect(int, unsigned int, PF *, void *, time_t);
-
 /// reset/undo/unregister the watch for an FD which was set by Comm::SetSelect()
 void ResetSelect(int);