summaryrefslogtreecommitdiffstats
path: root/src/old-stats/client-export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/old-stats/client-export.h')
-rw-r--r--src/old-stats/client-export.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/old-stats/client-export.h b/src/old-stats/client-export.h
new file mode 100644
index 0000000..ddca138
--- /dev/null
+++ b/src/old-stats/client-export.h
@@ -0,0 +1,9 @@
+#ifndef CLIENT_EXPORT_H
+#define CLIENT_EXPORT_H
+
+struct client;
+
+int client_export(struct client *client, const char *const *args,
+ const char **error_r);
+
+#endif