X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=47186112e5b205af9c8752c272ddc1183f467bd1;hb=b70796f1d877f1c50cd5cf7903ad606777303691;hp=ced9d3414bff0ef1ea348f10010eed70c9aa0d7d;hpb=f686fc40950ea38f47eb4bfec8d9b8e7c1172556;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index ced9d3414..47186112e 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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); @@ -636,7 +635,6 @@ void output_headers( int do_httpheaders, int unset_cookies, int suppress_check, int cache); -void output_custom_content_header(const char *ctype); void cdataout(char *rawdata);