clixon/doc
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
..
CLI.md * CLI history: [Preserve CLI command history across sessions. The up/down arrows](https://github.com/clicon/clixon/issues/79) 2019-03-08 11:26:07 +01:00
clixon_example_sdk.odg Preparing for 3.3.3 2017-11-25 12:20:20 +01:00
clixon_example_sdk.png Preparing for 3.3.3 2017-11-25 12:20:20 +01:00
DEVELOP.md Starting 3.10 release cycle 2019-02-22 14:45:37 +01:00
Doxyfile Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
Doxyfile.graphs Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
FAQ.md * 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
ROADMAP.md * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
startup.md Optimized text_get 2019-02-26 16:58:49 +01:00