chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
split out dcgi_get_cookie
[disorder]
/
lib
/
base64.h
diff --git
a/lib/base64.h
b/lib/base64.h
index a2c20e67f2938552686ab50f15d03192db2db52b..0beb53496560e7710401d5936e00f05745645af6 100644
(file)
--- a/
lib/base64.h
+++ b/
lib/base64.h
@@
-25,7
+25,9
@@
#define BASE64_H
char *mime_base64(const char *s, size_t *nsp);
#define BASE64_H
char *mime_base64(const char *s, size_t *nsp);
+char *generic_base64(const char *s, size_t *nsp, const char *table);
char *mime_to_base64(const uint8_t *s, size_t ns);
char *mime_to_base64(const uint8_t *s, size_t ns);
+char *generic_to_base64(const uint8_t *s, size_t ns, const char *table);
#endif /* BASE64_H */
#endif /* BASE64_H */