* fix HTTPS; this broke while migrating the request data to strbuf
[citadel.git] / webcit / webcit.h
index 2058b0e7b09231fb5045e4d52a63e207cf4cb01b..92e5b610264e70502f29bc3988703e7bc00341d6 100644 (file)
@@ -827,7 +827,7 @@ void ssl_lock(int mode, int n, const char *file, int line);
 int starttls(int sock);
 extern SSL_CTX *ssl_ctx;  
 int client_read_ssl(char *buf, int bytes, int timeout);
-void client_write_ssl(const char *buf, int nbytes);
+void client_write_ssl(const StrBuf *Buf);
 #endif
 
 #ifdef HAVE_ZLIB