clixon/apps
Olof hagsand 7425a3b520 * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type)
* If you have used, `ys`, add `xml_spec_set(x, ys)` after the statement
  * If you have `xml_type_set(x, TYPE)` or `xml_prefix_set(x, PREFIX)` immediately after the statement, you can remove those and set them directly as: `xml_new(name, PREFIX, xp, TYPE)`
2020-03-12 22:29:28 +01:00
..
backend * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
cli * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
netconf * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
restconf * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
Makefile.in Example makfile honors --without-restconf 2019-02-11 21:13:12 +01:00