|
OpenDNSSEC-enforcer
2.1.3
|
#include "config.h"#include "log.h"#include "str.h"#include "clientpipe.h"#include "db/zone_db.h"#include "utils/kc_helper.h"#include "keystate/zonelist_export.h"#include <libxml/parser.h>#include <libxml/tree.h>#include <limits.h>#include <unistd.h>#include <stdio.h>#include <string.h>#include <errno.h>Go to the source code of this file.
Functions | |
| int | zonelist_export (int sockfd, db_connection_t *connection, const char *filename, int comment) |
| int zonelist_export | ( | int | sockfd, |
| db_connection_t * | connection, | ||
| const char * | filename, | ||
| int | comment | ||
| ) |
Export the zonelist from the database to an XML file.
| [in] | sockfd | a socket. |
| [in] | connection | a db_connection_t pointer. |
| [in] | filename | the filename to write to. |
| [in] | comment | if non-zero include a comment about the zonelist file. |
Definition at line 47 of file zonelist_export.c.
1.8.13