filtering dialog box and some changes
[claws.git] / src / base64.h
1 #ifndef __BASE64_H__
2 #define __BASE64_H__
3
4 void to64frombits(unsigned char *, const unsigned char *, int);
5 int from64tobits(char *, const char *);
6
7 #endif /* __BASE64_H__ */