summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-21 13:29:19 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-21 13:29:19 +0800
commita7526ca001e88457c290547bd42315bd4bb876be (patch)
tree8f63aaa3cf207f249f9a7d1f9d1efa60721b8c86 /src/include
parent9b3aad3a507b98bbccad3b37f97b7a9213ca7655 (diff)
downloadlibpinyin-a7526ca001e88457c290547bd42315bd4bb876be.tar.gz
libpinyin-a7526ca001e88457c290547bd42315bd4bb876be.tar.xz
libpinyin-a7526ca001e88457c290547bd42315bd4bb876be.zip
declare class PhraseTableEntry
Diffstat (limited to 'src/include')
-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 fcb801e..2d309a1 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -125,8 +125,11 @@ const phrase_token_t token_min = 0;
const phrase_token_t token_max = UINT_MAX;
const char c_separate = '#';
+
typedef guint32 table_offset_t;
+typedef guint32 table_entry_header_t;
+
typedef double parameter_t;
/* Array of ChewingKey/ChewingKeyRest */