1 #ifndef _DELETE_CLIENT_H
2 #define _DELETE_CLIENT_H
3 
4 extern int do_delete_client(struct asfd *asfd, struct conf **confs);
5 
6 #endif
7