diff options
Diffstat (limited to 'include/text.h')
-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); |