new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / output / jsonout.h
diff --git a/src/analysisd/output/jsonout.h b/src/analysisd/output/jsonout.h
new file mode 100644 (file)
index 0000000..8a1a02b
--- /dev/null
@@ -0,0 +1,18 @@
+/* Copyright (C) 2015 Trend Micro Inc.
+ * All rights reserved.
+ *
+ * This program is a free software; you can redistribute it
+ * and/or modify it under the terms of the GNU General Public
+ * License (version 2) as published by the FSF - Free Software
+ * Foundation.
+ */
+
+#ifndef _JSONOUT_H_
+#define _JSONOUT_H_
+
+#include "eventinfo.h"
+
+void jsonout_output_event(const Eventinfo *lf);
+void jsonout_output_archive(const Eventinfo *lf);
+
+#endif /* _JSONOUT_H_ */