OpenDNSSEC-signer  1.4.6
Functions
notify.c File Reference
#include "config.h"
#include "adapter/addns.h"
#include "daemon/xfrhandler.h"
#include "signer/domain.h"
#include "signer/zone.h"
#include "wire/notify.h"
#include "wire/xfrd.h"
#include <sys/socket.h>
Include dependency graph for notify.c:

Go to the source code of this file.

Functions

notify_typenotify_create (void *xfrhandler, void *zone)
 
void notify_send (notify_type *notify)
 
void notify_enable (notify_type *notify, ldns_rr *soa)
 
void notify_cleanup (notify_type *notify)
 

Function Documentation

void notify_cleanup ( notify_type notify)
notify_type* notify_create ( void *  xfrhandler,
void *  zone 
)
void notify_enable ( notify_type notify,
ldns_rr *  soa 
)
void notify_send ( notify_type notify)