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