s/qmail 4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
tls_start.h
Go to the documentation of this file.
1#ifndef TLS_START_H
2#define TLS_START_H
3
4int starttls_init(void);
5int starttls_info(void);
6
7#endif
int starttls_info(void)
Definition: tls_start.c:34
int starttls_init(void)
Definition: tls_start.c:14