1 #ifndef _CLIENT_MAIN_H
2 #define _CLIENT_MAIN_H
3 
4 extern int client(struct conf **confs, enum action act);
5 
6 #endif
7