mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 21:05:46 -04:00
dep/libchdr: Add read_header variants for user-provided file
This commit is contained in:
@ -398,6 +398,8 @@ CHD_EXPORT const char *chd_error_string(chd_error err);
|
||||
CHD_EXPORT const chd_header *chd_get_header(chd_file *chd);
|
||||
|
||||
/* read CHD header data from file into the pointed struct */
|
||||
CHD_EXPORT chd_error chd_read_header_core_file(core_file *file, chd_header *header);
|
||||
CHD_EXPORT chd_error chd_read_header_file(FILE *file, chd_header *header);
|
||||
CHD_EXPORT chd_error chd_read_header(const char *filename, chd_header *header);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user