6 lines
140 B
C
6 lines
140 B
C
#include "structures.h"
|
|
void inputLocal(void);
|
|
void printCursesWelcome(void);
|
|
void inputNetwork(char *server);
|
|
void showHelp(settings *s);
|