aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/output-json-smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/output-json-smtp.h')
-rw-r--r--framework/src/suricata/src/output-json-smtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/suricata/src/output-json-smtp.h b/framework/src/suricata/src/output-json-smtp.h
index d38187c7..2f79d992 100644
--- a/framework/src/suricata/src/output-json-smtp.h
+++ b/framework/src/suricata/src/output-json-smtp.h
@@ -25,5 +25,8 @@
#define __OUTPUT_JSON_SMTP_H__
void TmModuleJsonSmtpLogRegister (void);
+#ifdef HAVE_LIBJANSSON
+json_t *JsonSMTPAddMetadata(const Flow *f, uint64_t tx_id);
+#endif
#endif /* __OUTPUT_JSON_SMTP_H__ */