summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-28 15:23:41 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-28 15:23:41 +0800
commit98f764e4acba396297a4776bb1d6293c5e3e5e9c (patch)
tree31a4e28063665796ae6ead95a7361187c569c93a /src/storage/table_info.h
parent632da8adf04564a0ce928e8db3035f4fea79e734 (diff)
downloadlibpinyin-98f764e4acba396297a4776bb1d6293c5e3e5e9c.tar.gz
libpinyin-98f764e4acba396297a4776bb1d6293c5e3e5e9c.tar.xz
libpinyin-98f764e4acba396297a4776bb1d6293c5e3e5e9c.zip
update API
Diffstat (limited to 'src/storage/table_info.h')
-rw-r--r--src/storage/table_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/storage/table_info.h b/src/storage/table_info.h
index 02245f1..467e754 100644
--- a/src/storage/table_info.h
+++ b/src/storage/table_info.h
@@ -33,6 +33,11 @@ typedef enum {
} TABLE_PHONETIC_TYPE;
typedef enum {
+ DEFAULT_TABLE,
+ ADDON_TABLE,
+} TABLE_TARGET;
+
+typedef enum {
NOT_USED, /* not used. */
SYSTEM_FILE, /* system phrase file. */
DICTIONARY, /* professional dictionary. */