OpenDNSSEC-signer 2.1.13
|
#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) |
|
extern |
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 adapi_trans_full(), zone_struct::adinbound, and adapter_struct::configstr.
Referenced by adapter_read().
|
extern |
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 adapi_printzone(), zone_struct::adoutbound, adapter_struct::error, and zone_struct::name.
Referenced by adapter_write().