summaryrefslogtreecommitdiffstats
path: root/src/old-stats/client-reset.h
blob: 7a84d610ff0b7768d4dc0352c73a452abff32680 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CLIENT_RESET_H
#define CLIENT_RESET_H

struct client;

int client_stats_reset(struct client *client, const char *const *args,
			const char **error_r);

#endif