libnetconf 0.10.0-0.10.0
NETCONF Library
Loading...
Searching...
No Matches
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 to set application's callbacks.
NETCONF datastore handling function prototypes and structures.
NETCONF datastore handling function prototypes and structures for custom datastore implementation.
NETCONF error handling functions.
Functions to create NETCONF messages.
libnetconf's general public functions and structures definitions.
Functions to handle NETCONF Notifications.
Functions to handle NETCONF sessions.
Functions implementing transport layer for NETCONF.
libnetconf's public API to use the URL capability.
Implementation of NETCONF's with-defaults capability defined in RFC 6243.