diff options
author | Nikias Bassen | 2019-10-03 20:04:06 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-10-03 20:04:43 +0200 |
commit | eae71e0647635fc00769764ec998e3136c5f0baa (patch) | |
tree | 37e56686d9e1066cf829258c0b7041d3b5627956 /include/libirecovery.h | |
parent | 50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7 (diff) | |
download | libirecovery-eae71e0647635fc00769764ec998e3136c5f0baa.tar.gz libirecovery-eae71e0647635fc00769764ec998e3136c5f0baa.tar.bz2 |
Parse SRTG (build tag string) from usb serial number if available
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 63b659d..b33338f 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -88,6 +88,7 @@ struct irecv_device_info { unsigned int ibfl; char* srnm; char* imei; + char* srtg; char* serial_string; unsigned char* ap_nonce; unsigned int ap_nonce_size; |