new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / format / to_json.h
diff --git a/src/analysisd/format/to_json.h b/src/analysisd/format/to_json.h
new file mode 100644 (file)
index 0000000..91c2393
--- /dev/null
@@ -0,0 +1,16 @@
+/* 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 __TO_JSON_H__
+#define __TO_JSON_H__
+
+#include "eventinfo.h"
+char *Eventinfo_to_jsonstr(const Eventinfo *lf);
+char *Archiveinfo_to_jsonstr(const Eventinfo *lf);
+#endif /* __TO_JSON_H__ */