repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'xx/disable-replace-when-building-midx' into maint-2.45
[git.git]
/
base85.h
blob
c835086e0932aaf921152e76615bbf872e2c19ab
1
#ifndef BASE85_H
2
#define BASE85_H
3
4
int
decode_85
(
char
*
dst
,
const char
*
line
,
int
linelen
);
5
void
encode_85
(
char
*
buf
,
const unsigned char
*
data
,
int
bytes
);
6
7
#endif
/* BASE85_H */