From dbdfd3b658f0f723513fd08415d08554d125f302 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 6 Sep 2011 11:06:29 +0800 Subject: update pinyin header --- src/include/novel_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 62063ba..2c11752 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -150,6 +150,9 @@ typedef double parameter_t; typedef GArray * TokenVector; typedef TokenVector MatchResults; +/* Array of lookup_constraint_t */ +typedef GArray * CandidateConstraints; + }; #endif -- cgit