repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix INADDR_NONE value (for systems which don't define it).
[monitoring-plugins.git]
/
lib
/
base64.h
blob
1e0a0b04a692ea5f51ee6a44105a534e9b1abd07
1
/* Header file for base64.c */
2
3
char
*
base64
(
const char
*
bin
,
size_t
len
);
4