Elaborato_SO/inc/client.h

6 lines
84 B
C

#ifndef CLIENT_H
#define CLIENT_H
void setupClient(int argc, char *argv[]);
#endif