mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Remove decl of method which doesn't exist in virebtables.h
There is no impl of the ebtablesSaveRules method and nothing attempts to use it. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
a84f9bd555
commit
184d464661
@ -50,8 +50,6 @@ typedef struct _ebtablesContext ebtablesContext;
|
||||
ebtablesContext *ebtablesContextNew (const char *driver);
|
||||
void ebtablesContextFree (ebtablesContext *ctx);
|
||||
|
||||
void ebtablesSaveRules (ebtablesContext *ctx);
|
||||
|
||||
int ebtablesAddForwardAllowIn (ebtablesContext *ctx,
|
||||
const char *iface,
|
||||
const virMacAddr *mac);
|
||||
|
Loading…
x
Reference in New Issue
Block a user