summaryrefslogtreecommitdiff
path: root/src/core/nm-act-request.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-22 20:32:14 +0200
committerThomas Haller <thaller@redhat.com>2021-06-08 12:52:39 +0200
commit8b2905fcce86ed2bfa7214676d7a945098a1ba82 (patch)
tree6138021b2a2d12ed9e6a502725778bdb510069bd /src/core/nm-act-request.h
parent5c1181c6f3b2f56c18c1333c55e75e554b00ae2d (diff)
downloadNetworkManager-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.h8
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,