summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/include/base64.h
blob: 9384411b8b4a6962313f111bc985e7ff9c37fab2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef BASE64_H
#define BASE64_H

#include "stralloc.h"

extern int b64decode(const unsigned char *,int,stralloc *);
extern int b64encode(stralloc *,stralloc *);

#endif