X-Git-Url: http://git.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=file.c;h=e4c957eef291fa355ab1b4a7b43c851c61057853;hp=f9c65a20da6d03397d3900322377f6d8886ce834;hb=4cc6a9deb8eb65c8771ed56ae9fc950f3efa99c6;hpb=835b8b768da374075af56f624537d03d8ec97647 diff --git a/file.c b/file.c index f9c65a2..e4c957e 100644 --- a/file.c +++ b/file.c @@ -612,6 +612,6 @@ rpc_file_api_init(const struct rpc_daemon_ops *o, struct ubus_context *ctx) return ubus_add_object(ctx, &obj); } -const struct rpc_plugin rpc_plugin = { +struct rpc_plugin rpc_plugin = { .init = rpc_file_api_init };