]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* WebCit 7.64
[citadel.git] / webcit / webcit.h
index 6815c817f784d310e71213e4015e3d7e1acd412c..619f3b3253f7508a8d480eebc50db2491f1bf5c9 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         763             /* This version of WebCit */
+#define CLIENT_VERSION         764             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    761             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          763             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
@@ -821,7 +821,7 @@ int client_read_sslbuffer(StrBuf *buf, int timeout);
 void client_write_ssl(const StrBuf *Buf);
 #endif
 
-void utf8ify_rfc822_string(char *buf);
+void utf8ify_rfc822_string(char **buf);
 
 void begin_burst(void);
 long end_burst(void);