new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / stats.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 #ifndef _STAT__H
11 #define _STAT__H
12
13 void LastMsg_Change(const char *log);
14 int LastMsg_Stats(const char *log);
15
16 extern char __stats_comment[192];
17
18 void Update_Hour(void);
19 int Check_Hour(void);
20 int Start_Hour(void);
21
22 #endif /* _STAT__H */
23