diff options
Diffstat (limited to 'src/kvstorage.h')
-rw-r--r-- | src/kvstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvstorage.h b/src/kvstorage.h index d1e2c1635..6d57def12 100644 --- a/src/kvstorage.h +++ b/src/kvstorage.h @@ -206,7 +206,7 @@ gboolean kv_elt_compare_func (gconstpointer e1, gconstpointer e2); /** * LRU expire */ -struct rspamd_kv_expire* rspamd_lru_expire_new (); +struct rspamd_kv_expire* rspamd_lru_expire_new (void); /** * Ordinary hash |