aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/tokenizers/tokenizers.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-06 16:14:29 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-06 16:14:29 +0100
commitd70fb7a4a7938936295a1ec263eba607adb26f69 (patch)
tree51bbef6ac3c702f7a2535ed1a66b7504433e5595 /src/libstat/tokenizers/tokenizers.h
parent2097ac107b192d6c244244ca425d012ebfcff09c (diff)
downloadrspamd-d70fb7a4a7938936295a1ec263eba607adb26f69.tar.gz
rspamd-d70fb7a4a7938936295a1ec263eba607adb26f69.zip
Fix statistics.
Diffstat (limited to 'src/libstat/tokenizers/tokenizers.h')
-rw-r--r--src/libstat/tokenizers/tokenizers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstat/tokenizers/tokenizers.h b/src/libstat/tokenizers/tokenizers.h
index 7b01d9fe8..4689d1cc6 100644
--- a/src/libstat/tokenizers/tokenizers.h
+++ b/src/libstat/tokenizers/tokenizers.h
@@ -33,7 +33,7 @@ struct rspamd_stat_tokenizer {
gint token_node_compare_func (gconstpointer a, gconstpointer b);
-/* Tokenize text into array of words (rspamd_fstring_t type) */
+/* Tokenize text into array of words (rspamd_ftok_t type) */
GArray * rspamd_tokenize_text (gchar *text, gsize len, gboolean is_utf,
gsize min_len, GList *exceptions, gboolean compat,
gboolean check_signature);