#include <dns/rrset.h>
#include <exceptions/exceptions.h>
#include <functional>
#include <iosfwd>
Go to the source code of this file.
|
| isc |
| Defines the logger used by the top-level component of kea-dhcp-ddns.
|
|
| isc::dns |
|
|
|
void | isc::dns::masterLoad (const char *const filename, const Name &origin, const RRClass &zone_class, MasterLoadCallback callback) |
| Master zone file loader from a file. More...
|
|
void | isc::dns::masterLoad (std::istream &input, const Name &origin, const RRClass &zone_class, MasterLoadCallback callback, const char *source=NULL) |
| Master zone file loader from input stream. More...
|
|