summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/text.h1
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);