From f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 May 2012 15:49:25 +0200 Subject: split applying static proto setting from handler settings --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index e86a8a3..12653cd 100644 --- a/proto.h +++ b/proto.h @@ -70,6 +70,7 @@ int interface_proto_event(struct interface_proto_state *proto, enum interface_proto_cmd cmd, bool force); unsigned int parse_netmask_string(const char *str, bool v6); +int proto_apply_static_ip_settings(struct interface *iface, struct blob_attr *attr); int proto_apply_ip_settings(struct interface *iface, struct blob_attr *attr, bool ext); -- cgit v1.2.1