X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore-src%2Frestore.h;h=70868d1a57e028d588669d43481efdb1f20f16da;hb=4fd9649694a4fcb4d4f364fe66e568a889feee20;hp=06cdadf2a1b87ba586109cd9fca49e141a2899e9;hpb=cdbbeef9cde260e429854dd313bc0bf7560e1e24;p=debian%2Famanda diff --git a/restore-src/restore.h b/restore-src/restore.h index 06cdadf..70868d1 100644 --- a/restore-src/restore.h +++ b/restore-src/restore.h @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: restore.h,v 1.8 2006/06/22 17:16:39 martinea Exp $ + * $Id: restore.h,v 1.8.2.1 2006/09/27 12:04:09 martinea Exp $ * * */ @@ -75,9 +75,9 @@ ssize_t read_file_header(dumpfile_t *file, int tapefd, int isafile, ssize_t restore(dumpfile_t *file, char *filename, int tapefd, int isafile, rst_flags_t *flags); void flush_open_outputs(int reassemble, dumpfile_t *only_file); -void search_tapes(FILE *prompt_out, int use_changer, tapelist_t *tapelist, - match_list_t *restorethese, rst_flags_t *flags, - am_feature_t *their_features); +void search_tapes(FILE *prompt_out, FILE *prompt_in, int use_changer, + tapelist_t *tapelist, match_list_t *restorethese, + rst_flags_t *flags, am_feature_t *their_features); int have_all_parts(dumpfile_t *file, int upto); rst_flags_t *new_rst_flags(void); int check_rst_flags(rst_flags_t *flags);