clixon/lib
Olof hagsand b1c74b5f1f * Ensured you can add multiple callbacks for any RPC, including basic ones.
* Extra RPC:s will be called _after_ the basic ones.
  * One specific usecase is hook for `copy-config` (see [doc/ROADMAP.md] that can be implemented thus way.
* `rpc_callback_register` added a namespace parameter. Example:
   ```
     rpc_callback_register(h, empty_rpc, NULL, "urn:example:clixon", "empty");
   ```
2019-03-10 17:27:52 +01:00
..
clixon * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
src * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
Makefile.in 2019 2019-01-02 15:48:30 +01:00