diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-12 15:11:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-12 15:11:42 +0100 |
commit | 03bcabb80535bb9a3bc29d92c8eb26ed43262a98 (patch) | |
tree | 60a1b26444f31681e8001b2ebd25244012000345 /src/libutil/http.h | |
parent | 28f3a3e173bf5e34e0d95cf0e19d57f0a9fa70f3 (diff) | |
download | rspamd-03bcabb80535bb9a3bc29d92c8eb26ed43262a98.tar.gz rspamd-03bcabb80535bb9a3bc29d92c8eb26ed43262a98.zip |
Fix finding headers in HTTP messages.
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index e709e1e09..46c79ebb4 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -325,7 +325,7 @@ void rspamd_http_message_add_header (struct rspamd_http_message *msg, * @param msg message * @param name name of header */ -const gchar * rspamd_http_message_find_header (struct rspamd_http_message *msg, +const GString * rspamd_http_message_find_header (struct rspamd_http_message *msg, const gchar *name); /** |