diff options
Diffstat (limited to 'src/libmime/lang_detection.h')
-rw-r--r-- | src/libmime/lang_detection.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libmime/lang_detection.h b/src/libmime/lang_detection.h index 204bdf9af..517ab037e 100644 --- a/src/libmime/lang_detection.h +++ b/src/libmime/lang_detection.h @@ -63,17 +63,6 @@ struct rspamd_lang_detector* rspamd_language_detector_ref (struct rspamd_lang_de void rspamd_language_detector_unref (struct rspamd_lang_detector* d); /** - * Convert string from utf8 to ucs32 - * @param d - * @param utf_token - * @param ucs_token - */ -void rspamd_language_detector_to_ucs (struct rspamd_lang_detector *d, - rspamd_mempool_t *pool, - rspamd_stat_token_t *utf_token, - rspamd_stat_token_t *ucs_token); - -/** * Try to detect language of words * @param d * @param ucs_tokens |