70e45e101fb6fd57fd025a55c86bbead22d3691b
[ossec-hids.git] / src / analysisd / alerts / exec.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All right reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 2) as published by the FSF - Free Software 
9  * Foundation
10  */
11
12
13 #ifndef _EXEC__H
14
15 #define _EXEC__H
16
17 #include "eventinfo.h"
18 #include "active-response.h"
19
20 void OS_Exec(int *execq, int *arq, Eventinfo *lf, active_response *ar);
21
22 #endif