repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grafthistory: support curl
[elinks/elinks-j605.git]
/
src
/
util
/
base64.h
blob
cb5cd732d7f1123da5df4a56d8dab894d39c04a1
1
#ifndef EL__UTIL_BASE64_H
2
#define EL__UTIL_BASE64_H
3
4
unsigned char
*
base64_encode
(
unsigned char
*);
5
unsigned char
*
base64_decode
(
unsigned char
*);
6
7
#endif