diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-07 16:02:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-07 16:02:01 +0100 |
commit | 65a811fb43b0d0e3557e53c9cf18131e20ba5456 (patch) | |
tree | 20f3b694f72c32904d220eb15c622a015d7d695c /src/libutil/str_util.h | |
parent | fcd2daa1c3d0613f6adb9bbb3f7cccac8318cf50 (diff) | |
download | rspamd-65a811fb43b0d0e3557e53c9cf18131e20ba5456.tar.gz rspamd-65a811fb43b0d0e3557e53c9cf18131e20ba5456.zip |
[Fix] More fixes to end of headers detection
Diffstat (limited to 'src/libutil/str_util.h')
-rw-r--r-- | src/libutil/str_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index 695a8d022..1ae09f576 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -269,7 +269,7 @@ goffset rspamd_substring_search_twoway (const gchar *in, gint inlen, * Hence, to obtain the real EOH position, it is also required to skip * space characters */ -goffset rspamd_string_find_eoh (GString *input); +goffset rspamd_string_find_eoh (GString *input, goffset *body_start); #define rspamd_ucl_emit_gstring(o, t, target) \ |