diff options
author | Oxore <oxore@protonmail.com> | 2019-08-03 12:10:09 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-08-03 22:14:38 +0300 |
commit | 9144dbb427f8f71b1ef146c7fdb42b2570f94cb6 (patch) | |
tree | 83992871ca9fc3875559b47df9003bdd883e1e79 /include | |
parent | 6161ec503292d00e83674ee8bba179e5e8ea0b4b (diff) |
Implement json parser for texts
Diffstat (limited to 'include')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index d8d9a47..53e3f77 100644 --- a/include/text.h +++ b/include/text.h @@ -12,4 +12,5 @@ typedef struct text { } Text; struct idlist *load_texts(char *filename); +struct idlist *load_texts_from_json(const char *filename); void text_destroy(void *text); |