X-Git-Url: https://git.distorted.org.uk/~mdw/dvdrip/blobdiff_plain/f82e4cd7e57df2071f281ebdc9553f5970658c6d..fb48dc9c913fa7f1fcba04208db38b1b81c985e9:/lib.h diff --git a/lib.h b/lib.h index ceba762..069cd37 100644 --- a/lib.h +++ b/lib.h @@ -115,7 +115,7 @@ extern struct progress_state progress; extern void show_banner(const char *msg); extern void hide_banner(void); -extern void open_dvd(const char *device, +extern void open_dvd(const char *device, int mode, int *fd_out, dvd_reader_t **dvd_out); #endif