0b5d473db03352e60b60dca3f21f79e603d1c8e6
[ossec-hids.git] / src / analysisd / alerts / alerts.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 /* Global  alert header */
13
14 #ifndef _ALERT__H
15
16 #define _ALERT__H
17
18 #include "log.h"
19 #include "exec.h"
20 #include "getloglocation.h"
21
22 #endif