diff options
| author | 2019-10-03 19:58:26 +0200 | |
|---|---|---|
| committer | 2019-10-03 19:58:26 +0200 | |
| commit | 50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7 (patch) | |
| tree | 8665720b6b2b5a7dfb7ab5920b695c759a3ee442 /include/libirecovery.h | |
| parent | 93111c07a877a47ded6e05b567aa393bec4cbd7d (diff) | |
| download | libirecovery-50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7.tar.gz libirecovery-50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7.tar.bz2 | |
Expose entire usb serial number string in struct irecv_device_info
Diffstat (limited to 'include/libirecovery.h')
| -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 e7be89b..63b659d 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -88,6 +88,7 @@ struct irecv_device_info { | |||
| 88 | unsigned int ibfl; | 88 | unsigned int ibfl; |
| 89 | char* srnm; | 89 | char* srnm; |
| 90 | char* imei; | 90 | char* imei; |
| 91 | char* serial_string; | ||
| 91 | unsigned char* ap_nonce; | 92 | unsigned char* ap_nonce; |
| 92 | unsigned int ap_nonce_size; | 93 | unsigned int ap_nonce_size; |
| 93 | unsigned char* sep_nonce; | 94 | unsigned char* sep_nonce; |
