summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/novel_types.h')
-rw-r--r--src/include/novel_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 88c063c..f2211c0 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -147,7 +147,9 @@ typedef enum {
GB_DICTIONARY = 1,
GBK_DICTIONARY = 2,
MERGED_DICTIONARY = 3,
- USER_DICTIONARY = 15
+ ADDON_DICTIONARY = 4,
+ NETWORK_DICTIONARY = 5,
+ USER_DICTIONARY = 6
} PHRASE_INDEX_LIBRARIES;
G_END_DECLS