aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zonefile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zonefile.c b/src/zonefile.c
index ae32c6d..a15b374 100644
--- a/src/zonefile.c
+++ b/src/zonefile.c
@@ -102,6 +102,7 @@ err:
return -1;
}
+/* TODO convert to creating lists of data to insert efficiently */
int zonefile_to_database (database_t *_database, char* _file) {
FILE *zfile = NULL;
char *line = NULL;