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 33879a4..9909f04 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
@@ -110,6 +110,7 @@ struct irecv_device_info { | |||
110 | unsigned int ap_nonce_size; | 110 | unsigned int ap_nonce_size; |
111 | unsigned char* sep_nonce; | 111 | unsigned char* sep_nonce; |
112 | unsigned int sep_nonce_size; | 112 | unsigned int sep_nonce_size; |
113 | uint16_t pid; | ||
113 | }; | 114 | }; |
114 | 115 | ||
115 | typedef enum { | 116 | typedef enum { |