OpenDNSSEC-signer 1.2.1
|
#include "adapter/adapter.h"
#include "parser/zonelistparser.h"
#include "signer/zonelist.h"
#include "signer/zone.h"
#include "util/file.h"
#include "util/log.h"
#include "util/se_malloc.h"
#include <libxml/xpath.h>
#include <libxml/xmlreader.h>
#include <string.h>
Go to the source code of this file.
Functions | |
struct zonelist_struct * | parse_zonelist_zones (const char *zlfile) |
struct zonelist_struct* parse_zonelist_zones | ( | const char * | zlfile | ) | [read] |
Parse the zonelist file.
Definition at line 149 of file zonelistparser.c.
References zone_struct::policy_name, se_free(), se_log_assert, se_log_debug(), se_log_error(), se_strcmp(), zone_struct::signconf_filename, zone_create(), zonelist_add_zone(), zonelist_cleanup(), and zonelist_create().
Referenced by zonelist_read().