diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-14 17:09:49 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-14 17:09:49 +0400 |
commit | 5f5254ff214fd77a6fdc8cce9269c29837fd162a (patch) | |
tree | 3a983e534528a76585baebdbf89cab2a245d0a97 /src/symbols_cache.h | |
parent | a8cdd33ac7ee59e195dca03a395c264877ee5168 (diff) | |
download | rspamd-5f5254ff214fd77a6fdc8cce9269c29837fd162a.tar.gz rspamd-5f5254ff214fd77a6fdc8cce9269c29837fd162a.zip |
* Fix symbol planning, add cache_file directive to config file
* Fix some errors
Diffstat (limited to 'src/symbols_cache.h')
-rw-r--r-- | src/symbols_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbols_cache.h b/src/symbols_cache.h index e8e0be24f..65028cfcc 100644 --- a/src/symbols_cache.h +++ b/src/symbols_cache.h @@ -41,7 +41,7 @@ gboolean init_symbols_cache (memory_pool_t *pool, struct symbols_cache *cache, c * @param func pointer to handler * @param user_data pointer to user_data */ -void register_symbol (struct symbols_cache *cache, const char *name, double weight, symbol_func_t func, gpointer user_data); +void register_symbol (struct symbols_cache **cache, const char *name, double weight, symbol_func_t func, gpointer user_data); /** * Call function for cached symbol using saved callback |