summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-07 19:12:16 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-07 19:12:16 +0100
commit8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd (patch)
treec5f812515e91e8a3ed26d80ea0baa319e4eef99f /proto.h
parent145b4bdae4e71d8d304623372cf7a1e511bfe3d4 (diff)
downloadnetifd-8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd.tar.gz
proto-shell: defer init until after command line option processing
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
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