summaryrefslogtreecommitdiff
path: root/src/httpscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpscan.h')
-rw-r--r--src/httpscan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httpscan.h b/src/httpscan.h
index e3891ce..d235521 100644
--- a/src/httpscan.h
+++ b/src/httpscan.h
@@ -75,6 +75,7 @@ private:
kScanResultError = -1
};
+ scan_result_t scan_bypass_content_type(const HttpHeaders & c_headers);
scan_result_t scan_headers(const HttpHeaders & c_headers, int table_id);
scan_result_t scan_body(const char * data, size_t len, int table_id);