chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split base64 code into a separate .c so that the server doesn't pull
[disorder]
/
lib
/
mime.h
diff --git
a/lib/mime.h
b/lib/mime.h
index b6d21ce3b34d3aa379c7410912f6c72da9063c8a..b2286be89f0e34ade5375f5032cdb2411b20035c 100644
(file)
--- a/
lib/mime.h
+++ b/
lib/mime.h
@@
-54,9
+54,6
@@
int mime_rfc2388_content_disposition(const char *s,
/* Parse an RFC2388-style content-disposition field */
char *mime_qp(const char *s);
/* Parse an RFC2388-style content-disposition field */
char *mime_qp(const char *s);
-char *mime_base64(const char *s, size_t *nsp);
-char *mime_to_base64(const uint8_t *s, size_t ns);
-/* convert quoted-printable or base64 data */
/** @brief Parsed form of an HTTP Cookie: header field */
struct cookiedata {
/** @brief Parsed form of an HTTP Cookie: header field */
struct cookiedata {