Sign in
googlers
/
jrn
/
git
/
6c69d3a91f20db5369cc10260f3d24cb9b193cc6
/
.
/
base85.h
blob: c835086e0932aaf921152e76615bbf872e2c19ab [
file
] [
log
] [
blame
]
#ifndef
BASE85_H
#define
BASE85_H
int
decode_85
(
char
*
dst
,
const
char
*
line
,
int
linelen
);
void
encode_85
(
char
*
buf
,
const
unsigned
char
*
data
,
int
bytes
);
#endif
/* BASE85_H */