summaryrefslogtreecommitdiffstats
path: root/logsmanagement/rrd_api/rrd_api_stats.h
blob: 79a0f15d14ab2526e51df1a330aaa00dd87be88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-3.0-or-later

/** @file rrd_api_stats.h
 *  @brief Incudes the structure and function definitions
 *         for logs management stats charts.
 */

#ifndef RRD_API_STATS_H_
#define RRD_API_STATS_H_

#include "daemon/common.h"

struct File_info;

#include "../file_info.h"

void stats_charts_init(void *arg);

#endif // RRD_API_STATS_H_