diff options
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 83a284a52..c290d803c 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -58,7 +58,7 @@ struct rspamd_http_message { GString *status; struct rspamd_http_header *headers; GString *body; - GString *peer_key; + gpointer peer_key; enum http_parser_type type; time_t date; gint code; @@ -201,7 +201,7 @@ void rspamd_http_connection_key_unref (gpointer key); */ gpointer rspamd_http_connection_key_ref (gpointer key); -GString *rspamd_http_connection_make_peer_key (const gchar *key); +gpointer rspamd_http_connection_make_peer_key (const gchar *key); /** * Handle a request using socket fd and user data ud |