rc: new ubus object for handling /etc/init.d/ scripts
[project/rpcd.git] / include / rpcd / rc.h
1 // SPDX-License-Identifier: ISC OR MIT
2 #ifndef __RPCD_RC_H
3 #define __RPCD_RC_H
4
5 int rpc_rc_api_init(struct ubus_context *ctx);
6
7 #endif