diff options
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/file_relay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/file_relay.h b/include/libimobiledevice/file_relay.h index 28ce2ab..d197f2e 100644 --- a/include/libimobiledevice/file_relay.h +++ b/include/libimobiledevice/file_relay.h | |||
| @@ -55,6 +55,7 @@ file_relay_error_t file_relay_client_start_service(idevice_t device, file_relay_ | |||
| 55 | file_relay_error_t file_relay_client_free(file_relay_client_t client); | 55 | file_relay_error_t file_relay_client_free(file_relay_client_t client); |
| 56 | 56 | ||
| 57 | file_relay_error_t file_relay_request_sources(file_relay_client_t client, const char **sources, idevice_connection_t *connection); | 57 | file_relay_error_t file_relay_request_sources(file_relay_client_t client, const char **sources, idevice_connection_t *connection); |
| 58 | file_relay_error_t file_relay_request_sources_timeout(file_relay_client_t client, const char **sources, idevice_connection_t *connection, unsigned int timeout); | ||
| 58 | 59 | ||
| 59 | #ifdef __cplusplus | 60 | #ifdef __cplusplus |
| 60 | } | 61 | } |
