diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-19 16:20:12 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-19 16:20:12 +0200 |
commit | 1a30093457b4f50a5c28fd8923007fc0e657ba09 (patch) | |
tree | aa8b7b4c5e825fd514127194389677364998f12f /src/zonefile.h | |
parent | 1fde26df00673cf863435ae0db7c9edb24593987 (diff) | |
download | dns-1a30093457b4f50a5c28fd8923007fc0e657ba09.tar.gz |
zonefile
Diffstat (limited to 'src/zonefile.h')
-rw-r--r-- | src/zonefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zonefile.h b/src/zonefile.h index 98f1fa3..4dcd6ef 100644 --- a/src/zonefile.h +++ b/src/zonefile.h @@ -22,3 +22,5 @@ int zonefile_to_database (database_t *_database, char* _file); int zonefile_parse_line(database_t *_database, char *_line); +/* Chnages the original string! */ +int zonefile_string_split(char* _parts[], ssize_t _max, char* _str, char _delim); |