notification_xml
struct notification_xml *nxml;
struct notification_xml *nxml;
struct notification_xml;
struct notification_xml *new_notification_xml(XML_Parser,
void free_notification_xml(struct notification_xml *);
enum rrdp_task notification_done(struct notification_xml *,
const char *notification_get_next(struct notification_xml *,
int notification_delta_done(struct notification_xml *);
void log_notification_xml(struct notification_xml *);
check_delta(struct notification_xml *nxml)
start_notification_elem(struct notification_xml *nxml, const char **attr)
end_notification_elem(struct notification_xml *nxml)
start_snapshot_elem(struct notification_xml *nxml, const char **attr)
end_snapshot_elem(struct notification_xml *nxml)
start_delta_elem(struct notification_xml *nxml, const char **attr)
end_delta_elem(struct notification_xml *nxml)
struct notification_xml *nxml = data;
struct notification_xml *nxml = data;
struct notification_xml *nxml = data;
struct notification_xml *
struct notification_xml *nxml;
free_delta_queue(struct notification_xml *nxml)
free_notification_xml(struct notification_xml *nxml)
notification_collect_deltas(struct notification_xml *nxml)
notification_check_deltas(struct notification_xml *nxml)
notification_done(struct notification_xml *nxml, char *last_mod)
notification_get_next(struct notification_xml *nxml, char *hash, size_t hlen,
notification_delta_done(struct notification_xml *nxml)
log_notification_xml(struct notification_xml *nxml)
add_delta(struct notification_xml *nxml, const char *uri,