aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r--src/libutil/http.h2
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);
/**