// vi:ft=c #ifndef CLIENT_H_ #define CLIENT_H_ #include void client_run(char *address, uint16_t port); #endif