new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / alerts / exec.h
old mode 100755 (executable)
new mode 100644 (file)
index 674796d..3b8aa02
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/analysisd/alerts/exec.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
  * Foundation
  */
 
-
 #ifndef _EXEC__H
-
 #define _EXEC__H
 
 #include "eventinfo.h"
 #include "active-response.h"
 
-void OS_Exec(int *execq, int *arq, Eventinfo *lf, active_response *ar);
+void OS_Exec(int execq, int arq, const Eventinfo *lf, const active_response *ar);
 
 #endif
+