X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=keyconvert%2Fb64decode.h;fp=keyconvert%2Fb64decode.h;h=b93a252147447469e3690ae294d2183c686f8416;hp=0000000000000000000000000000000000000000;hb=c7598e8c83de574816c8198b9f99d6435bd62359;hpb=de2b0cc5fd0f634c3ebee0d8ec1d6d1c00887a9f diff --git a/keyconvert/b64decode.h b/keyconvert/b64decode.h new file mode 100644 index 00000000..b93a2521 --- /dev/null +++ b/keyconvert/b64decode.h @@ -0,0 +1,7 @@ +#ifndef __B64DECODE_H +#define __B64DECODE_H + +void b64decodeinit(); +int b64decode(char *s, char *dest); + +#endif