X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=main.c;h=71f5863afde3f9e9f9c9af2fb62ba387cc3f7008;hp=2fce5b5f52f280680a973d0e5a3224c0e8719198;hb=e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd;hpb=bea6a818756e6c2edbdddcedac26f8e1e29affde diff --git a/main.c b/main.c index 2fce5b5..71f5863 100644 --- a/main.c +++ b/main.c @@ -25,6 +25,9 @@ #include "session.h" #include "file.h" +#include "uci.h" +#include "iwinfo.h" +#include "system.h" static struct ubus_context *ctx; @@ -60,6 +63,9 @@ int main(int argc, char **argv) rpc_session_api_init(ctx); rpc_file_api_init(ctx); + rpc_uci_api_init(ctx); + rpc_iwinfo_api_init(ctx); + rpc_system_api_init(ctx); uloop_run(); ubus_free(ctx);