* plugin_start() callbacks added for restconf

* Hard-wired users for authentication example
This commit is contained in:
Olof hagsand 2018-04-24 17:43:19 +02:00
parent 602f5034b4
commit d57a6cf53c
8 changed files with 92 additions and 126 deletions

View file

@ -75,7 +75,9 @@ typedef int (*clicon_rpc_cb)(
*/
/* Called when backend started with cmd-line arguments from daemon call.
* @see plgstart_t
* Call plugin start functions with argc/argv multiple arguments.
* Typically the argc/argv are the ones appearing after "--", eg
* clicon_cli -f /etc/clicon.xml -- -a myopt
*/
typedef int (plgstart_t)(clicon_handle, int, char **); /* Plugin start */