libnetconf  0.10.0-146_trunk
NETCONF Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
libnetconf.h
Go to the documentation of this file.
1 
40 #ifndef LIBNETCONF_H_
41 #define LIBNETCONF_H_
42 
1332 #include "config.h"
1333 
1334 #include "netconf.h"
1335 #include "callbacks.h"
1336 #include "session.h"
1337 #include "messages.h"
1338 #include "error.h"
1339 #include "datastore.h"
1341 #include "with_defaults.h"
1342 #include "transport.h"
1343 
1344 #ifndef DISABLE_NOTIFICATIONS
1345 # include "notifications.h"
1346 #endif
1347 
1348 #ifndef DISABLE_URL
1349 # include "url.h"
1350 #endif
1351 
1352 #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.