Making changes proposed by xaivior13
https://github.com/bradenmcd/friidump/issues/10#issuecomment-777368654
This commit is contained in:
parent
d9461a9401
commit
41357e1225
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ typedef struct unscrambler_s unscrambler;
|
|||
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);
|
||||
|
||||
u_int8_t disctype;
|
||||
//u_int8_t disctype;
|
||||
|
||||
FRIIDUMPLIB_EXPORT unscrambler *unscrambler_new (void);
|
||||
FRIIDUMPLIB_EXPORT void *unscrambler_destroy (unscrambler *u);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue