new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / alerts / log.h
old mode 100755 (executable)
new mode 100644 (file)
index a38ca73..0576337
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/analysisd/alerts/log.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
 
 void OS_LogOutput(Eventinfo *lf);
 void OS_Log(Eventinfo *lf);
-void OS_CustomLog(Eventinfo *lf,char * format);
-void OS_Store(Eventinfo *lf);
+void OS_CustomLog(const Eventinfo *lf, const char *format);
+void OS_Store(const Eventinfo *lf);
 int FW_Log(Eventinfo *lf);
 
 #endif
 
-