1 #ifndef CLIENT_RESET_H
2 #define CLIENT_RESET_H
3 
4 struct client;
5 
6 int client_stats_reset(struct client *client, const char *const *args,
7 			const char **error_r);
8 
9 #endif
10