aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/tokenizers/tokenizers.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-01 12:12:53 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-01 12:12:53 +0100
commitf636cc6c4eeab94865673d047f9b13672deede83 (patch)
tree5531146025d45feae9c5184f60243726f467fe0f /src/libstat/tokenizers/tokenizers.h
parent26339c8c2c0f9ab12c18d50219679fcf95a5e57d (diff)
downloadrspamd-f636cc6c4eeab94865673d047f9b13672deede83.tar.gz
rspamd-f636cc6c4eeab94865673d047f9b13672deede83.zip
Save classifier configuration inside statfile config.
Diffstat (limited to 'src/libstat/tokenizers/tokenizers.h')
-rw-r--r--src/libstat/tokenizers/tokenizers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstat/tokenizers/tokenizers.h b/src/libstat/tokenizers/tokenizers.h
index bab18b00a..a93f5329d 100644
--- a/src/libstat/tokenizers/tokenizers.h
+++ b/src/libstat/tokenizers/tokenizers.h
@@ -22,9 +22,6 @@ struct rspamd_stat_tokenizer {
/* Compare two token nodes */
int token_node_compare_func (gconstpointer a, gconstpointer b);
-/* Get next word from specified f_str_t buf */
-gchar * rspamd_tokenizer_get_word (rspamd_fstring_t *buf,
- rspamd_fstring_t *token, GList **exceptions);
/* Tokenize text into array of words (rspamd_fstring_t type) */
GArray * rspamd_tokenize_text (gchar *text, gsize len, gboolean is_utf,