s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
base64.h
Go to the documentation of this file.
1#ifndef BASE64_H
2#define BASE64_H
3
4#include "stralloc.h"
5
6extern int b64decode(const unsigned char *,int,stralloc *);
7extern int b64encode(stralloc *,stralloc *);
8
9#endif
int b64encode(stralloc *, stralloc *)
Definition: base64.c:87
int b64decode(const unsigned char *, int, stralloc *)
Definition: base64.c:10