OpenDNSSEC-signer
2.0.3
|
#include "config.h"
#include "status.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
ods_status | adfile_read (void *zone) |
ods_status | adfile_write (void *zone, const char *filename) |
ods_status adfile_read | ( | void * | zone | ) |
File Adapters. File adapter.NULL Read zone from input file adapter.
[in] | zone | zone reference |
Read zone from zonefile.
Definition at line 298 of file adfile.c.
References zone_struct::adinbound, and adapter_struct::configstr.
ods_status adfile_write | ( | void * | zone, |
const char * | filename | ||
) |
Write zone to output file adapter.
[in] | zone | zone reference |
[in] | filename | write to this specific file |
Write zonefile.
Definition at line 326 of file adfile.c.
References zone_struct::adoutbound.