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/qmail-smtpc.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/qmail-smtpc.h')
| -rw-r--r-- | src/qmail-smtpc/qmail-smtpc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qmail-smtpc/qmail-smtpc.h b/src/qmail-smtpc/qmail-smtpc.h index a109d07..05431c8 100644 --- a/src/qmail-smtpc/qmail-smtpc.h +++ b/src/qmail-smtpc/qmail-smtpc.h @@ -1,10 +1,14 @@ /* ISC license. */ +#ifndef QMAIL_SMTPC_H +#define QMAIL_SMTPC_H + #include <stddef.h> #include <stdint.h> #include <skalibs/cdb.h> #include <skalibs/stralloc.h> +#include <skalibs/genalloc.h> #include "qmailr.h" @@ -40,3 +44,5 @@ struct smtproutes_s extern int smtproutes_init (smtproutes *) ; extern int smtproutes_match (smtproutes const *, char const *, stralloc *, size_t *, uint16_t *) ; extern void smtproutes_free (smtproutes *) ; + +#endif |
