diff options
| author | 2009-09-10 13:28:13 +0200 | |
|---|---|---|
| committer | 2009-09-12 11:41:38 +0200 | |
| commit | 1f6282ffddec7012df82fa929dfe72cfc74b063a (patch) | |
| tree | 452c927c07806855f360ee9803111a1f72e05d3c /src/lockdown.h | |
| parent | 26ce10634d277df51c4e9c2bd61b409df3f5b060 (diff) | |
| download | libimobiledevice-1f6282ffddec7012df82fa929dfe72cfc74b063a.tar.gz libimobiledevice-1f6282ffddec7012df82fa929dfe72cfc74b063a.tar.bz2 | |
Public API rework, extension and adaption to latest libusbmuxd-1.0 API.
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 1e193f6..19cf9f2 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | #include "libiphone/lockdown.h" | 28 | #include "libiphone/lockdown.h" |
| 29 | 29 | ||
| 30 | struct lockdownd_client_int { | 30 | struct lockdownd_client_int { |
| 31 | int sfd; | 31 | iphone_connection_t connection; |
| 32 | gnutls_session_t *ssl_session; | 32 | gnutls_session_t *ssl_session; |
| 33 | int in_SSL; | 33 | int in_SSL; |
| 34 | char session_id[40]; | 34 | char session_id[40]; |
