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:
Daniel P. Berrange 2014-03-07 16:51:54 +00:00
parent a84f9bd555
commit 184d464661

View File

@ -50,8 +50,6 @@ typedef struct _ebtablesContext ebtablesContext;
ebtablesContext *ebtablesContextNew (const char *driver); ebtablesContext *ebtablesContextNew (const char *driver);
void ebtablesContextFree (ebtablesContext *ctx); void ebtablesContextFree (ebtablesContext *ctx);
void ebtablesSaveRules (ebtablesContext *ctx);
int ebtablesAddForwardAllowIn (ebtablesContext *ctx, int ebtablesAddForwardAllowIn (ebtablesContext *ctx,
const char *iface, const char *iface,
const virMacAddr *mac); const virMacAddr *mac);