diff options
Diffstat (limited to 'src/libserver/html/html.hxx')
-rw-r--r-- | src/libserver/html/html.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libserver/html/html.hxx b/src/libserver/html/html.hxx index 34008aaf7..c119adc3f 100644 --- a/src/libserver/html/html.hxx +++ b/src/libserver/html/html.hxx @@ -132,7 +132,8 @@ auto html_process_input(struct rspamd_task *task, GList **exceptions, khash_t (rspamd_url_hash) *url_set, GPtrArray *part_urls, - bool allow_css) -> html_content *; + bool allow_css, + std::uint16_t *cur_url_order) -> html_content *; auto html_debug_structure(const html_content &hc) -> std::string; } |