X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Fexec.h;h=3b8aa02e97fc761330d9343d7f2d5f75c7ef0cf0;hb=HEAD;hp=09577dbd3620f2181100be306baacb452f6589cc;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;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 09577db..3b8aa02 --- a/src/analysisd/alerts/exec.h +++ b/src/analysisd/alerts/exec.h @@ -1,22 +1,19 @@ -/* @(#) $Id: exec.h,v 1.7 2009/06/24 17:06:22 dcid Exp $ */ - /* 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 3) 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 +