commit | 206fcd66c594beaf4465bce50c0c6665a09d1047 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 07 15:42:48 2015 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 07 15:42:48 2015 +0200 |
tree | 83c3ab6796e1810c54364b48967f15b036fbb4b0 | |
parent | 52b37024757d658b63fd67dd87d5862b8a999d24 [diff] [blame] |
FEATURE base of functions to read data from wire
diff --git a/src/netconf.h b/src/netconf.h index 3535f9a..c421ccb 100644 --- a/src/netconf.h +++ b/src/netconf.h
@@ -29,6 +29,9 @@ extern "C" { #endif +#define NC_NS_BASE "urn:ietf:params:xml:ns:netconf:base:1.0" +#define NC_NS_NOTIF "urn:ietf:params:xml:ns:netconf:notification:1.0" + /** * @brief Enumeration of reasons of the NETCONF session termination as defined in RFC 6470. */