diff options
author | Nikias Bassen | 2017-12-07 16:52:58 +0700 |
---|---|---|
committer | Nikias Bassen | 2017-12-07 16:52:58 +0700 |
commit | 53ace7d7cdbf9b9ba3f67b15be7e703699a82faa (patch) | |
tree | 55fa67fd792d6769b3f05c96b4930d45b77afc93 /include | |
parent | 8ea69a6230dae2197815ed1e6f71757cf57a02e4 (diff) | |
download | libideviceactivation-53ace7d7cdbf9b9ba3f67b15be7e703699a82faa.tar.gz libideviceactivation-53ace7d7cdbf9b9ba3f67b15be7e703699a82faa.tar.bz2 |
activation: Store the response headers and provide helper function to retrieve them
Diffstat (limited to 'include')
-rw-r--r-- | include/libideviceactivation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libideviceactivation.h b/include/libideviceactivation.h index 58997bb..de5d3a2 100644 --- a/include/libideviceactivation.h +++ b/include/libideviceactivation.h @@ -83,6 +83,7 @@ void idevice_activation_response_get_label(idevice_activation_response_t respons void idevice_activation_response_get_title(idevice_activation_response_t response, const char** title); void idevice_activation_response_get_description(idevice_activation_response_t response, const char** description); void idevice_activation_response_get_activation_record(idevice_activation_response_t response, plist_t* activation_record); +void idevice_activation_response_get_headers(idevice_activation_response_t response, plist_t* headers); int idevice_activation_response_is_activation_acknowledged(idevice_activation_response_t response); int idevice_activation_response_is_authentication_required(idevice_activation_response_t response); |