diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-30 11:07:43 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-30 11:07:43 +0000 |
| commit | 541b3256968eae128abd35e762f3e3a81885fa7c (patch) | |
| tree | e572a72530d42d6914f4505bf670c26c26e4c017 /src/qmail-smtpc/qmail-smtpc.h | |
| parent | d7633e83ce20d38324e6f724887344236d354ecd (diff) | |
| download | smtpd-starttls-proxy-541b3256968eae128abd35e762f3e3a81885fa7c.tar.gz | |
Start some new work
Diffstat (limited to 'src/qmail-smtpc/qmail-smtpc.h')
| -rw-r--r-- | src/qmail-smtpc/qmail-smtpc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qmail-smtpc/qmail-smtpc.h b/src/qmail-smtpc/qmail-smtpc.h new file mode 100644 index 0000000..7c178bb --- /dev/null +++ b/src/qmail-smtpc/qmail-smtpc.h @@ -0,0 +1,9 @@ +/* ISC license. */ + +#include <skalibs/cdb.h> + + +/* smtproutes */ + +extern int smtproutes_init (cdb *) ; + |
