diff options
Diffstat (limited to 'sqmail-4.3.07/src/include/base64.h')
-rw-r--r-- | sqmail-4.3.07/src/include/base64.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/include/base64.h b/sqmail-4.3.07/src/include/base64.h new file mode 100644 index 0000000..9384411 --- /dev/null +++ b/sqmail-4.3.07/src/include/base64.h @@ -0,0 +1,9 @@ +#ifndef BASE64_H +#define BASE64_H + +#include "stralloc.h" + +extern int b64decode(const unsigned char *,int,stralloc *); +extern int b64encode(stralloc *,stralloc *); + +#endif |