diff options
author | Peng Wu <alexepico@gmail.com> | 2011-09-06 11:06:29 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-09-06 11:06:29 +0800 |
commit | dbdfd3b658f0f723513fd08415d08554d125f302 (patch) | |
tree | 5a4f779f19716f209ce79a4cf668584bfa531e0e /src/include | |
parent | 2f401a29ab5317e5b1a7621fde958559bb355433 (diff) | |
download | libpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.tar.gz libpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.tar.xz libpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.zip |
update pinyin header
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/novel_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |