summaryrefslogtreecommitdiff
path: root/base64.h
blob: a9164c0c89190692c340961a533991813f6fab02 (plain)
1
2
3
4
5
6
7
#ifndef BASE64_H
#define BASE64_H

extern int b64decode();
extern int b64encode();

#endif