Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
888be815c6
commit
e4376063b0
521 changed files with 21541 additions and 21644 deletions
7
util/base64.h
Normal file
7
util/base64.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef _BASE64_H
|
||||
#define _BASE64_H
|
||||
|
||||
int base64_encode(const unsigned char *src, int len, char *dst);
|
||||
int base64_decode(const char *src, int len, unsigned char *dst);
|
||||
|
||||
#endif /* _BASE64_H */
|
Loading…
Add table
Add a link
Reference in a new issue