summaryrefslogtreecommitdiffstats
path: root/src/stats/client-reader.h
blob: 2acab19ae7bf0a01fee72c87d3a855421d25fddf (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CLIENT_READER_H
#define CLIENT_READER_H

struct stats_metrics;

void client_reader_create(int fd);

void client_readers_init(void);
void client_readers_deinit(void);

#endif