summaryrefslogtreecommitdiffstats
path: root/src/iphone.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-12 16:05:52 +0100
committerGravatar Martin Szulecki2010-01-12 16:13:02 +0100
commit4a8b8455e358afd1a42f52cbf342fd6c7f9ccbbd (patch)
treec2a2f61612fb44bd8d5b2aacacff0f62ab37c3ed /src/iphone.h
parent65a88c0ba7b2327d2c6a386eee310c7044e75524 (diff)
downloadlibimobiledevice-4a8b8455e358afd1a42f52cbf342fd6c7f9ccbbd.tar.gz
libimobiledevice-4a8b8455e358afd1a42f52cbf342fd6c7f9ccbbd.tar.bz2
Remove obsoleted plist helper functions
Diffstat (limited to 'src/iphone.h')
-rw-r--r--src/iphone.h10
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 {
void *conn_data;
};
-iphone_error_t iphone_device_send_xml_plist(iphone_connection_t connection, plist_t plist);
-iphone_error_t iphone_device_send_binary_plist(iphone_connection_t connection, plist_t plist);
-iphone_error_t iphone_device_send_encrypted_xml_plist(gnutls_session_t ssl_session, plist_t plist);
-iphone_error_t iphone_device_send_encrypted_binary_plist(gnutls_session_t ssl_session, plist_t plist);
-
-iphone_error_t iphone_device_receive_plist_with_timeout(iphone_connection_t connection, plist_t *plist, unsigned int timeout);
-iphone_error_t iphone_device_receive_plist(iphone_connection_t connection, plist_t *plist);
-iphone_error_t iphone_device_receive_encrypted_plist_with_timeout(gnutls_session_t ssl_session, plist_t *plist, unsigned int timeout);
-iphone_error_t iphone_device_receive_encrypted_plist(gnutls_session_t ssl_session, plist_t *plist);
-
#endif