summaryrefslogtreecommitdiffstats
path: root/src/old-stats/client-export.h
blob: ddca1386f761284060daeee1452d73f18220245c (plain)
1
2
3
4
5
6
7
8
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