summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-06 11:06:29 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-06 11:06:29 +0800
commitdbdfd3b658f0f723513fd08415d08554d125f302 (patch)
tree5a4f779f19716f209ce79a4cf668584bfa531e0e /src/include/novel_types.h
parent2f401a29ab5317e5b1a7621fde958559bb355433 (diff)
downloadlibpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.tar.gz
libpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.tar.xz
libpinyin-dbdfd3b658f0f723513fd08415d08554d125f302.zip
update pinyin header
Diffstat (limited to 'src/include/novel_types.h')
-rw-r--r--src/include/novel_types.h3
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