aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/keypairs_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox/keypairs_cache.h')
-rw-r--r--src/libcryptobox/keypairs_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/keypairs_cache.h b/src/libcryptobox/keypairs_cache.h
index 96e356a80..a3a717fa1 100644
--- a/src/libcryptobox/keypairs_cache.h
+++ b/src/libcryptobox/keypairs_cache.h
@@ -31,7 +31,7 @@ struct rspamd_keypair_cache;
* @param max_items defines maximum count of elements in the cache
* @return new cache
*/
-struct rspamd_keypair_cache *rspamd_keypair_cache_new(guint max_items);
+struct rspamd_keypair_cache *rspamd_keypair_cache_new(unsigned int max_items);
/**