Making changes proposed by xaivior13

https://github.com/bradenmcd/friidump/issues/10#issuecomment-777368654
This commit is contained in:
Rastem88 2022-05-17 22:11:31 -05:00 committed by GitHub
parent d9461a9401
commit 41357e1225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ typedef struct unscrambler_s unscrambler;
the progress function the same format we use elsewhere */ the progress function the same format we use elsewhere */
typedef void (*unscrambler_progress_func) (bool start, u_int32_t current_sector, u_int32_t total_sectors, void *progress_data); typedef void (*unscrambler_progress_func) (bool start, u_int32_t current_sector, u_int32_t total_sectors, void *progress_data);
u_int8_t disctype; //u_int8_t disctype;
FRIIDUMPLIB_EXPORT unscrambler *unscrambler_new (void); FRIIDUMPLIB_EXPORT unscrambler *unscrambler_new (void);
FRIIDUMPLIB_EXPORT void *unscrambler_destroy (unscrambler *u); FRIIDUMPLIB_EXPORT void *unscrambler_destroy (unscrambler *u);