diff options
Diffstat (limited to 'src/old-stats/client-reset.h')
-rw-r--r-- | src/old-stats/client-reset.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/old-stats/client-reset.h b/src/old-stats/client-reset.h new file mode 100644 index 0000000..7a84d61 --- /dev/null +++ b/src/old-stats/client-reset.h @@ -0,0 +1,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 |