aboutsummaryrefslogtreecommitdiff
path: root/src/zonefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zonefile.h')
-rw-r--r--src/zonefile.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zonefile.h b/src/zonefile.h
new file mode 100644
index 0000000..8c2dac3
--- /dev/null
+++ b/src/zonefile.h
@@ -0,0 +1,11 @@
+/*
+ * src/zonefile.h
+ * (c) 2021 Jonas Gunz <himself@jonasgunz.de>
+ * License: MIT
+ */
+
+#pragma once
+
+#include <stdio.h>
+
+int zonefile_parse_to_list (void** _list, char* _file);