40#ifndef NC_NOTIFICATIONS_XML_H_
41#define NC_NOTIFICATIONS_XML_H_
43#include <libxml/tree.h>
nc_ntf * ncxmlntf_notif_create(time_t event_time, const xmlNodePtr content)
Create a new <notification> message with the given eventTime and content.
int ncxmlntf_event_new(time_t etime, NCNTF_EVENT event,...)
Store a new event into the specified stream. Parameters are specific for different events.
xmlNodePtr ncxmlntf_notif_get_content(nc_ntf *notif)
Get the description of the event reported in the notification message.
struct nc_msg nc_ntf
Event notification message.
Definition netconf.h:68
NCNTF_EVENT
Enumeration of supported NETCONF event notifications.
Definition notifications.h:58
libnetconf's general public functions and structures definitions.
Functions to handle NETCONF Notifications.