dodan override za lintian
[ossec-hids.git] / src / analysisd / prelude.h
1 /* $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All rights 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  * More details at the LICENSE file included with OSSEC or
12  * online at http://www.ossec.net/en/licensing.html .
13  */
14
15
16 #ifdef PRELUDE
17
18 #ifndef _PRELUDE_H_
19 #define _PRELUDE_H_
20
21 #include "eventinfo.h"
22
23 /* Starts prelude client. */
24 void prelude_start(char *profile, int argc, char **argv);
25
26 /* Logs to prelude. */
27 void OS_PreludeLog(Eventinfo *lf);
28
29 #endif /* _PRELUDE_H_ */
30
31
32 #endif /* PRELUDE */