Imported Upstream version 2.3
[ossec-hids.git] / src / analysisd / stats.h
1 #ifndef _STAT__H
2
3 #define _STAT__H
4
5 /* Logstat functions */
6 void LastMsg_Change(char *log);
7 int LastMsg_Stats(char *log);
8
9 char __stats_comment[192];
10
11 #endif