]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Deleted some misplaced and forgotten prototypes
authorhno <>
Sun, 20 Apr 2003 04:17:13 +0000 (04:17 +0000)
committerhno <>
Sun, 20 Apr 2003 04:17:13 +0000 (04:17 +0000)
src/ssl_support.cc

index a9ce482404e2294f44ddd55bf6bcfc5ce1a12a96..d8f06eb32957715f7821437a0eb6d1bc36f41832 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ssl_support.cc,v 1.13 2003/04/17 15:25:44 hno Exp $
+ * $Id: ssl_support.cc,v 1.14 2003/04/19 22:17:13 hno Exp $
  *
  * AUTHOR: Benno Rice
  * DEBUG: section 83    SSL accelerator support
 #include "squid.h"
 #include "fde.h"
 
-extern int commUnsetNonBlocking(int fd);
-extern int commSetNonBlocking(int fd);
-
-void clientNegotiateSSL(int fd, void *data);
-void clientReadSSLRequest(int fd, void *data);
-
 static RSA *
 ssl_temp_rsa_cb(SSL * ssl, int anInt, int keylen)
 {