new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / output / prelude.h
1 /* Copyright (C) 2009 Trend Micro Inc.
2  * All rights reserved.
3  *
4  * This program is a free software; you can redistribute it
5  * and/or modify it under the terms of the GNU General Public
6  * License (version 2) as published by the FSF - Free Software
7  * Foundation.
8  */
9
10 #ifdef PRELUDE_OUTPUT_ENABLED
11
12 #ifndef _PRELUDE_H_
13 #define _PRELUDE_H_
14
15 #include "eventinfo.h"
16
17 /* Start Prelude client */
18 void prelude_start(const char *profile, int argc, char **argv);
19
20 /* Log to Prelude */
21 void OS_PreludeLog(const Eventinfo *lf);
22
23 #endif /* _PRELUDE_H_ */
24
25 #endif /* PRELUDE_OUTPUT_ENABLED */