summaryrefslogtreecommitdiffstats
path: root/src/base64.h
blob: 6ce0885822da36c88b4859e0ebcb71d0a536f14b (plain)
1
2
3
4
5
6
#ifndef __BASE64_H
#define __BASE64_H

int decode_base64(char *dst, int dst_len, const char *src);

#endif /* __BASE64_H */