* fix a buffer overrun in case of bad strings in vcards.
[citadel.git] / webcit / webcit.h
index 6815c817f784d310e71213e4015e3d7e1acd412c..7e1e7e0f3fc523f75b2107c3613d7d00599789ef 100644 (file)
@@ -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);