new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / dodiff.h
diff --git a/src/analysisd/dodiff.h b/src/analysisd/dodiff.h
new file mode 100644 (file)
index 0000000..d9ed75c
--- /dev/null
@@ -0,0 +1,19 @@
+/* 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 _DODIFF_H_
+#define _DODIFF_H_
+
+#include "rules.h"
+#include "eventinfo.h"
+
+int doDiff(RuleInfo *rule, const Eventinfo *lf);
+
+
+#endif /* _DODIFF_H_ */