Remove function from header.
[citadel.git] / webcit / webcit.h
index dac34321a7a980373e2321d41f28e97698badb34..47186112e5b205af9c8752c272ddc1183f467bd1 100644 (file)
@@ -545,7 +545,6 @@ extern char file_crpt_file_cer[PATH_MAX];
 
 void init_ssl(void);
 void endtls(void);
-void ssl_lock(int mode, int n, const char *file, int line);
 int starttls(int sock);
 extern SSL_CTX *ssl_ctx;  
 int client_read_sslbuffer(StrBuf *buf, int timeout);