diff options
Diffstat (limited to 'src/libserver/http/http_private.h')
-rw-r--r-- | src/libserver/http/http_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libserver/http/http_private.h b/src/libserver/http/http_private.h index 096545e7e..bad0231a8 100644 --- a/src/libserver/http/http_private.h +++ b/src/libserver/http/http_private.h @@ -1,11 +1,11 @@ -/*- - * Copyright 2016 Vsevolod Stakhov +/* + * Copyright 2024 Vsevolod Stakhov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -91,7 +91,7 @@ struct rspamd_keepalive_hash_key { GQueue conns; }; -gint32 rspamd_keep_alive_key_hash(struct rspamd_keepalive_hash_key *k); +int32_t rspamd_keep_alive_key_hash(struct rspamd_keepalive_hash_key *k); bool rspamd_keep_alive_key_equal(struct rspamd_keepalive_hash_key *k1, struct rspamd_keepalive_hash_key *k2); |