summaryrefslogtreecommitdiffstats
path: root/src/old-stats/client-reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/old-stats/client-reset.h')
-rw-r--r--src/old-stats/client-reset.h9
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