#ifndef SEVEN_CLIENT_H
#define SEVEN_CLIENT_H

void do_client_call(int argc, const char **argv);

#endif

