Skip to content
Snippets Groups Projects
Commit 493c1111 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Fixes

parent 5baf3dc2
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ static void dnslib_node_dump_binary(dnslib_node_t *node, void *data)
}
int dnslib_zone_dump_binary(dnslib_zone_t *zone, const char *filename)
int dnslib_zdump_binary(dnslib_zone_t *zone, const char *filename)
{
FILE *f;
......
......@@ -327,7 +327,7 @@ int dnslib_check_magic(FILE *f, const uint8_t* MAGIC, uint MAGIC_LENGTH)
return 1;
}
dnslib_zone_t *dnslib_zone_load(const char *filename)
dnslib_zone_t *dnslib_zload_load(const char *filename)
{
FILE *f = fopen(filename, "rb");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment