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