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