summaryrefslogtreecommitdiff
path: root/src/core/nm-act-request.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-06 15:17:05 +0200
committerThomas Haller <thaller@redhat.com>2021-08-06 22:00:35 +0200
commitd348ed0e8016e586d6fe76c164467408a2acc051 (patch)
tree2772de99e93a8183a223ad94ce38dce46fe6cad9 /src/core/nm-act-request.h
parent170acd3ff465613047f2298085235596a2c2b3ce (diff)
downloadNetworkManager-th/l3cfg-22.tar.gz
core: use NML3ConfigData (WIP)th/l3cfg-22
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,