the tree_* and dict_* api's in smtpd can be used standalone, do not have
authorgilles <gilles@openbsd.org>
Sun, 23 Dec 2018 16:06:24 +0000 (16:06 +0000)
committergilles <gilles@openbsd.org>
Sun, 23 Dec 2018 16:06:24 +0000 (16:06 +0000)
commitfd4beb3e1456cffbfd7bbc896ce97f0119d3f564
treebca8e191678392d1912694674bec57d88d334186
parentaa0d26b5361272e655ead361718c097b7e29645f
the tree_* and dict_* api's in smtpd can be used standalone, do not have
them depend on smtpd.h, it makes it hard to reuse them elsewhere

ok eric@
usr.sbin/smtpd/dict.c
usr.sbin/smtpd/dict.h [new file with mode: 0644]
usr.sbin/smtpd/smtpd-api.h
usr.sbin/smtpd/tree.c
usr.sbin/smtpd/tree.h [new file with mode: 0644]