get rid of pfsync_state_export.
authordlg <dlg@openbsd.org>
Sun, 6 Nov 2022 21:31:24 +0000 (21:31 +0000)
committerdlg <dlg@openbsd.org>
Sun, 6 Nov 2022 21:31:24 +0000 (21:31 +0000)
commita5c2db95e153c86e54293d09adfcaab05b890aa9
treeb531bfc3106ce33e55a4de3c74030437be82948e
parentede61f4a0720063670a295a90c2cec1e5ea5a79e
get rid of pfsync_state_export.

it wraps pf_state_export and has the same arguments and return type.
pfsync can just call pf_state_export instead.

ok clang
sys/net/if_pfsync.c