From 53ace7d7cdbf9b9ba3f67b15be7e703699a82faa Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 7 Dec 2017 16:52:58 +0700 Subject: activation: Store the response headers and provide helper function to retrieve them --- include/libideviceactivation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.1-32-gdbae