new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / accumulator.h
old mode 100755 (executable)
new mode 100644 (file)
similarity index 54%
rename from src/analysisd/alerts/mail.c
rename to src/analysisd/accumulator.h
index dc87751..8c0cc34
@@ -1,5 +1,3 @@
-/*   $OSSEC, mail.c, v0.2, 2005/02/10, Daniel B. Cid$   */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
@@ -9,6 +7,15 @@
  * Foundation
  */
 
-/* Basic e-mailing operations */
+#ifndef __ACCUMULATOR_H
+#define __ACCUMULATOR_H
+
+#include "eventinfo.h"
+
+/* Accumulator Functions */
+int Accumulate_Init(void);
+Eventinfo *Accumulate(Eventinfo *lf);
+void Accumulate_CleanUp(void);
+
+#endif /* __ACCUMULATOR_H */
 
-/* EOF */