summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_key.h')
-rw-r--r--src/storage/chewing_key.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h
index 0fdb3d3..ea086b7 100644
--- a/src/storage/chewing_key.h
+++ b/src/storage/chewing_key.h
@@ -190,6 +190,9 @@ struct ChewingKeyRest
m_pinyin_begin = 0;
m_pinyin_end = 0;
}
+
+ const char * get_pinyin_string();
+ const char * get_chewing_string();
};
};