X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Fexec.h;h=3b8aa02e97fc761330d9343d7f2d5f75c7ef0cf0;hb=HEAD;hp=70e45e101fb6fd57fd025a55c86bbead22d3691b;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;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 70e45e1..3b8aa02 --- a/src/analysisd/alerts/exec.h +++ b/src/analysisd/alerts/exec.h @@ -1,22 +1,19 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All right 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 + * License (version 2) as published by the FSF - Free Software * 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 +