s/qmail
4.3.24
Next generation secure email transport
Loading...
Searching...
No Matches
sqmail-4.3.24
src
include
base64.h
Go to the documentation of this file.
1
#ifndef BASE64_H
2
#define BASE64_H
3
4
#include "stralloc.h"
5
6
extern
int
b64decode
(
unsigned
const
char
*,
int
,stralloc *);
7
extern
int
b64encode
(stralloc *,stralloc *);
8
9
#endif
b64decode
int b64decode(unsigned const char *, int, stralloc *)
Definition
base64.c:12
b64encode
int b64encode(stralloc *, stralloc *)
Definition
base64.c:97
Generated on
for s/qmail by
1.15.0