libchdr: Expose chd_open_file

This commit is contained in:
Connor McLaughlin 2020-08-01 14:01:10 +10:00
parent ede8de92f6
commit 058bea9faf
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ struct _chd_verify_result
/* open an existing CHD file */
chd_error chd_open(const char *filename, int mode, chd_file *parent, chd_file **chd);
chd_error chd_open_file(core_file* file, int mode, chd_file* parent, chd_file** chd);
/* close a CHD file */
void chd_close(chd_file *chd);