diff options
Diffstat (limited to 'src/iphone.h')
| -rw-r--r-- | src/iphone.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/iphone.h b/src/iphone.h index 7ffc811..51f9c9d 100644 --- a/src/iphone.h +++ b/src/iphone.h | |||
| @@ -41,14 +41,4 @@ struct iphone_device_int { | |||
| 41 | void *conn_data; | 41 | void *conn_data; |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | iphone_error_t iphone_device_send_xml_plist(iphone_connection_t connection, plist_t plist); | ||
| 45 | iphone_error_t iphone_device_send_binary_plist(iphone_connection_t connection, plist_t plist); | ||
| 46 | iphone_error_t iphone_device_send_encrypted_xml_plist(gnutls_session_t ssl_session, plist_t plist); | ||
| 47 | iphone_error_t iphone_device_send_encrypted_binary_plist(gnutls_session_t ssl_session, plist_t plist); | ||
| 48 | |||
| 49 | iphone_error_t iphone_device_receive_plist_with_timeout(iphone_connection_t connection, plist_t *plist, unsigned int timeout); | ||
| 50 | iphone_error_t iphone_device_receive_plist(iphone_connection_t connection, plist_t *plist); | ||
| 51 | iphone_error_t iphone_device_receive_encrypted_plist_with_timeout(gnutls_session_t ssl_session, plist_t *plist, unsigned int timeout); | ||
| 52 | iphone_error_t iphone_device_receive_encrypted_plist(gnutls_session_t ssl_session, plist_t *plist); | ||
| 53 | |||
| 54 | #endif | 44 | #endif |
