X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=procd.h;h=66d183c1bc11d623476a064da7e74631100b8539;hp=4ae0dc9a7e01507db603a6551032ee93e4323169;hb=312d0fc22d32171b5b2f6cf5272b11784888dfbe;hpb=0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 diff --git a/procd.h b/procd.h index 4ae0dc9..66d183c 100644 --- a/procd.h +++ b/procd.h @@ -35,6 +35,7 @@ void ubus_init_service(struct ubus_context *ctx); void ubus_init_system(struct ubus_context *ctx); void procd_state_next(void); +void procd_state_ubus_connect(void); void procd_shutdown(int event); void procd_early(void); void procd_preinit(void);