diff options
author | Thomas Haller <thaller@redhat.com> | 2021-08-06 15:17:05 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-08-24 10:19:39 +0200 |
commit | a5a62a80fc6943379872e45386117a520aacbf4c (patch) | |
tree | ec6fd43821cfccd10eb76c4dc0331f56c85ab750 /src/core/nm-act-request.h | |
parent | 1a3a229bc86e7581494ef541f4d08799a0464406 (diff) | |
download | NetworkManager-next2.tar.gz |
core: use NML3ConfigData (WIP)next2
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, |