From 8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 7 Mar 2014 19:12:16 +0100 Subject: proto-shell: defer init until after command line option processing Signed-off-by: Felix Fietkau --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 996196b..e402a91 100644 --- a/proto.h +++ b/proto.h @@ -73,5 +73,6 @@ 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); void proto_dump_handlers(struct blob_buf *b); +void proto_shell_init(void); #endif -- cgit v1.2.3