summaryrefslogtreecommitdiff
path: root/include/rpcd/rc.h
blob: ca00f5677f1de4df6f4643f722fdf838e3fbd53b (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: ISC OR MIT
#ifndef __RPCD_RC_H
#define __RPCD_RC_H

int rpc_rc_api_init(struct ubus_context *ctx);

#endif