X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=luci2%2Fsrc%2Frpcd%2Fluci2.c;fp=luci2%2Fsrc%2Frpcd%2Fluci2.c;h=179a055cae069254a3f612e755f20db47c4f1f20;hb=e463c1df065e8aee0428e7156fdcc91f4d06d6c1;hp=cc7423ddb69ea63520057c5d0b724869cde3b36a;hpb=1877c5c56a161570bfbf496b1f73405458f9cdd6;p=project%2Fluci2%2Fui.git diff --git a/luci2/src/rpcd/luci2.c b/luci2/src/rpcd/luci2.c index cc7423d..179a055 100644 --- a/luci2/src/rpcd/luci2.c +++ b/luci2/src/rpcd/luci2.c @@ -2888,6 +2888,6 @@ rpc_luci2_api_init(const struct rpc_daemon_ops *o, struct ubus_context *ctx) return rv; } -const struct rpc_plugin rpc_plugin = { +struct rpc_plugin rpc_plugin = { .init = rpc_luci2_api_init };