summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.h
diff options
context:
space:
mode:
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. */