More removal of $Id$ tags
[citadel.git] / citadel / modules / crypto / serv_crypto.h
index 501748281cd749f5f89a7c7d76d4a490d0b20364..650b8e94ac36f245902dbedc48ee957fa9645d0b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
  * Number of days for which self-signed certs are valid.
 #ifdef HAVE_OPENSSL
 void destruct_ssl(void);
 void init_ssl(void);
-void client_write_ssl (char *buf, int nbytes);
-int client_read_ssl (char *buf, int bytes, int timeout);
+void client_write_ssl (const char *buf, int nbytes);
+int client_read_sslbuffer(StrBuf *buf, int timeout);
+int client_readline_sslbuffer(StrBuf *Target, StrBuf *Buffer, const char **Pos, int timeout);
+int client_read_sslblob(StrBuf *Target, long want_len, int timeout);
 void cmd_stls(char *params);
 void cmd_gtls(char *params);
 void endtls(void);