1 #ifndef _AUTOUPGRADE_CLIENT_H
2 #define _AUTOUPGRADE_CLIENT_H
3 
4 extern int autoupgrade_client(struct async *as, struct conf **confs);
5 
6 #endif
7