diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-02 18:24:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-02 18:24:26 +0000 |
| commit | 87664716d2c1c43e4386099e3ce3f4b11d56e76e (patch) | |
| tree | 00ca1371c8847099335b7fd358fca2dea73a8f66 /src/qmail-smtpc/qmailr.h | |
| parent | 36491e787c8be5b32b93f5c3b20edd9aa9d4c4e9 (diff) | |
| download | smtpd-starttls-proxy-87664716d2c1c43e4386099e3ce3f4b11d56e76e.tar.gz | |
Make it build. (No, it won't work.)
Diffstat (limited to 'src/qmail-smtpc/qmailr.h')
| -rw-r--r-- | src/qmail-smtpc/qmailr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qmail-smtpc/qmailr.h b/src/qmail-smtpc/qmailr.h index d623274..803437b 100644 --- a/src/qmail-smtpc/qmailr.h +++ b/src/qmail-smtpc/qmailr.h @@ -1,5 +1,8 @@ /* ISC license. */ +#ifndef QMAILR_H +#define QMAILR_H + #include <stddef.h> #include <stdint.h> @@ -39,6 +42,7 @@ extern int qmailr_tcpto_update (char const *, int, int) ; extern int qmailr_control_read (char const *, stralloc *, size_t *) ; extern int qmailr_control_readint (char const *file, unsigned int *, stralloc *) ; +extern int qmailr_control_readiplist (char const *, stralloc *, stralloc *) ; /* qmailr_tls */ @@ -56,3 +60,5 @@ struct qmailr_tls_s #define QMAILR_TLS_ZERO { 0 } extern int qmailr_tls_init (qmailr_tls *, stralloc *) ; + +#endif |
