new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / cleanevent.h
1 /* Copyright (C) 2015 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 #ifndef _CLEANEVENT_H_
11 #define _CLEANEVENT_H_
12
13 #include "eventinfo.h"
14
15 int OS_CleanMSG(char *msg, Eventinfo *lf);
16
17
18 #endif /* _CLEANEVENT_H_ */