libnetconf  0.9.1-1
NETCONF Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libnetconf.h
Go to the documentation of this file.
1 
40 #ifndef LIBNETCONF_H_
41 #define LIBNETCONF_H_
42 
1288 #include "config.h"
1289 
1290 #include "netconf.h"
1291 #include "callbacks.h"
1292 #include "session.h"
1293 #include "messages.h"
1294 #include "error.h"
1295 #include "datastore.h"
1297 #include "with_defaults.h"
1298 #include "transport.h"
1299 
1300 #ifndef DISABLE_NOTIFICATIONS
1301 # include "notifications.h"
1302 #endif
1303 
1304 #ifndef DISABLE_URL
1305 # include "url.h"
1306 #endif
1307 
1308 #endif /* LIBNETCONF_H_ */
Functions implementing transport layer for NETCONF.
Functions to create NETCONF messages.
Functions to handle NETCONF sessions.
Implementation of NETCONF's with-defaults capability defined in RFC 6243.
Functions to handle NETCONF Notifications.
NETCONF error handling functions.
NETCONF datastore handling function prototypes and structures.
NETCONF datastore handling function prototypes and structures for custom datastore implementation...
Functions to set application's callbacks.
libnetconf's general public functions and structures definitions.
libnetconf's public API to use the URL capability.