Add restart plugin library code for netconf and cli

This commit is contained in:
Olof hagsand 2021-11-13 16:46:47 +01:00
parent 51316d5d61
commit 7976c11f11
4 changed files with 80 additions and 1 deletions

View file

@ -69,5 +69,6 @@ int clicon_rpc_create_subscription(clicon_handle h, char *stream, char *filter,
int clicon_rpc_debug(clicon_handle h, int level);
int clicon_rpc_restconf_debug(clicon_handle h, int level);
int clicon_hello_req(clicon_handle h, uint32_t *id);
int clicon_rpc_restart_plugin(clicon_handle h, char *plugin);
#endif /* _CLIXON_PROTO_CLIENT_H_ */