diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-22 20:32:14 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-06-08 12:52:39 +0200 |
commit | 8b2905fcce86ed2bfa7214676d7a945098a1ba82 (patch) | |
tree | 6138021b2a2d12ed9e6a502725778bdb510069bd /src/core/nm-act-request.h | |
parent | 5c1181c6f3b2f56c18c1333c55e75e554b00ae2d (diff) | |
download | NetworkManager-th/l3cfg-20.tar.gz |
core: use NML3ConfigData (WIP)th/l3cfg-20
Diffstat (limited to 'src/core/nm-act-request.h')
-rw-r--r-- | src/core/nm-act-request.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/nm-act-request.h b/src/core/nm-act-request.h index 9c702d31eb..698a9985a4 100644 --- a/src/core/nm-act-request.h +++ b/src/core/nm-act-request.h @@ -38,14 +38,6 @@ NMConnection *nm_act_request_get_applied_connection(NMActRequest *req); /*****************************************************************************/ -struct _NMFirewallConfig; - -struct _NMFirewallConfig *nm_act_request_get_shared(NMActRequest *req); - -void nm_act_request_set_shared(NMActRequest *req, struct _NMFirewallConfig *rules); - -/*****************************************************************************/ - /* Secrets handling */ typedef void (*NMActRequestSecretsFunc)(NMActRequest * req, |