summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 706afd4..b72708b 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -57,8 +57,10 @@ struct PhraseIndexRange{
phrase_token_t m_range_end; /* pass the last item like stl */
};
-/*Array of PhraseIndexRange*/
+/* Array of PhraseIndexRange */
typedef GArray * PhraseIndexRanges[PHRASE_INDEX_LIBRARY_COUNT];
+/* Array of Token */
+typedef GArray * PhraseTokens[PHRASE_INDEX_LIBRARY_COUNT];
/*
* PinYin Table Definition