|
OpenDNSSEC-enforcer
2.1.3
|
#include "config.h"#include "log.h"#include "clientpipe.h"#include "db/zone_db.h"#include "db/key_data.h"#include "db/key_state.h"#include "utils/kc_helper.h"#include "hsmkey/hsm_key_factory.h"#include "keystate/zonelist_import.h"#include <string.h>#include <libxml/parser.h>#include <libxml/tree.h>Go to the source code of this file.
Data Structures | |
| struct | __zonelist_import_zone |
Functions | |
| int | zonelist_import (int sockfd, engine_type *engine, db_connection_t *dbconn, int do_delete, const char *zonelist_path) |
| int zonelist_import | ( | int | sockfd, |
| engine_type * | engine, | ||
| db_connection_t * | dbconn, | ||
| int | do_delete, | ||
| const char * | zonelist_path | ||
| ) |
Definition at line 54 of file zonelist_import.c.
1.8.13