chiark / gitweb /
Web interface starts to reflect user rights properly:
[disorder] / lib / mime.h
index 33009897a601a1e2838dcd253468e805c8bf59d3..b2286be89f0e34ade5375f5032cdb2411b20035c 100644 (file)
@@ -54,8 +54,6 @@ int mime_rfc2388_content_disposition(const char *s,
 /* Parse an RFC2388-style content-disposition field */
 
 char *mime_qp(const char *s);
-char *mime_base64(const char *s);
-/* convert quoted-printable or base64 data */
 
 /** @brief Parsed form of an HTTP Cookie: header field */
 struct cookiedata {