diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 20ecfc7..0a99405 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -69,6 +69,7 @@ struct irecv_client { | |||
| 69 | unsigned short mode; | 69 | unsigned short mode; |
| 70 | libusb_context* context; | 70 | libusb_context* context; |
| 71 | libusb_device_handle* handle; | 71 | libusb_device_handle* handle; |
| 72 | irecv_event_cb_t progress_callback; | ||
| 72 | irecv_event_cb_t received_callback; | 73 | irecv_event_cb_t received_callback; |
| 73 | irecv_event_cb_t precommand_callback; | 74 | irecv_event_cb_t precommand_callback; |
| 74 | irecv_event_cb_t postcommand_callback; | 75 | irecv_event_cb_t postcommand_callback; |
