struct rspamd_external_libs_ctx;
struct rspamd_cryptobox_pubkey;
struct rspamd_dns_resolver;
+struct rspamd_tokenizer_manager;
/**
* Logging type
#include "libserver/task.h"
#include "libserver/url.h"
+#define RSPAMD_TOKENIZER_INTERNAL// We need to use internal tokenizer API
#include "libstat/tokenizers/custom_tokenizer.h"
#define DEFAULT_SCORE 10.0
#define RSPAMD_CUSTOM_TOKENIZER_H
#include "config.h"
-#include "tokenizers.h"
#include "ucl.h"
#ifdef __cplusplus
*/
#include "config.h"
+#include "tokenizers.h"
#define RSPAMD_TOKENIZER_INTERNAL
#include "custom_tokenizer.h"
#include "libutil/util.h"