updated for fc8, dynamic linking
[sfa.git] / keyconvert / b64decode.h
1 #ifndef __B64DECODE_H
2 #define __B64DECODE_H
3
4 void b64decodeinit();
5 int b64decode(char *s, char *dest);
6
7 #endif