aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/output-json-http.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/output-json-http.h')
-rw-r--r--framework/src/suricata/src/output-json-http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/suricata/src/output-json-http.h b/framework/src/suricata/src/output-json-http.h
index ab412d22..0c886f3d 100644
--- a/framework/src/suricata/src/output-json-http.h
+++ b/framework/src/suricata/src/output-json-http.h
@@ -29,6 +29,7 @@ void TmModuleJsonHttpLogRegister (void);
#ifdef HAVE_LIBJANSSON
void JsonHttpLogJSONBasic(json_t *js, htp_tx_t *tx);
void JsonHttpLogJSONExtended(json_t *js, htp_tx_t *tx);
+json_t *JsonHttpAddMetadata(const Flow *f, uint64_t tx_id);
#endif /* HAVE_LIBJANSSON */
#endif /* __OUTPUT_JSON_HTTP_H__ */