aboutsummaryrefslogtreecommitdiffstats
path: root/src/symbols_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbols_cache.h')
-rw-r--r--src/symbols_cache.h2
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