X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Fexec.h;h=3b8aa02e97fc761330d9343d7f2d5f75c7ef0cf0;hb=HEAD;hp=674796df93834022f9ecee7fb55123e64b0b6243;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/analysisd/alerts/exec.h b/src/analysisd/alerts/exec.h old mode 100755 new mode 100644 index 674796d..3b8aa02 --- a/src/analysisd/alerts/exec.h +++ b/src/analysisd/alerts/exec.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/analysisd/alerts/exec.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -10,14 +7,13 @@ * 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 +