client-export.h revision ede6bdb42c76bf84add9071b9fe14586646aeaf7
#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