diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index d7665d462..139a44262 100644 --- a/src/util.h +++ b/src/util.h @@ -67,5 +67,7 @@ double set_counter (const char *name, long int value); guint rspamd_strcase_hash (gconstpointer key); gboolean rspamd_strcase_equal (gconstpointer v, gconstpointer v2); +void gperf_profiler_init (struct config_file *cfg, const char *descr); + #endif |