summaryrefslogtreecommitdiffstats
path: root/include/libirecovery.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-10-03 20:04:06 +0200
committerGravatar Nikias Bassen2019-10-03 20:04:43 +0200
commiteae71e0647635fc00769764ec998e3136c5f0baa (patch)
tree37e56686d9e1066cf829258c0b7041d3b5627956 /include/libirecovery.h
parent50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7 (diff)
downloadlibirecovery-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.h1
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 {
88 unsigned int ibfl; 88 unsigned int ibfl;
89 char* srnm; 89 char* srnm;
90 char* imei; 90 char* imei;
91 char* srtg;
91 char* serial_string; 92 char* serial_string;
92 unsigned char* ap_nonce; 93 unsigned char* ap_nonce;
93 unsigned int ap_nonce_size; 94 unsigned int ap_nonce_size;