From 8c6c83a066eb66d07238b65f310e3739b2869fbe Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Sep 2008 17:11:11 +0100 Subject: Remove prototypes of rest_proxy_call_add_params_from_hash and rest_proxy_call_add_headers_from_hash as they are not implemented --- docs/reference/rest/rest-sections.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 6d86c6f..dcf14d2 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -30,13 +30,11 @@ rest_proxy_call_set_method rest_proxy_call_add_header rest_proxy_call_add_headers rest_proxy_call_add_headers_from_valist -rest_proxy_call_add_headers_from_hash rest_proxy_call_lookup_header rest_proxy_call_remove_header rest_proxy_call_add_param rest_proxy_call_add_params rest_proxy_call_add_params_from_valist -rest_proxy_call_add_params_from_hash rest_proxy_call_lookup_param rest_proxy_call_remove_param rest_proxy_call_get_params -- cgit v1.2.1 From fdac4745d5c4098c08014c4478ab2c451af0818b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Sep 2008 17:22:56 +0100 Subject: Rename rest_proxy_call_get_response_message to _status_message --- docs/reference/rest/rest-sections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index dcf14d2..4e69e34 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -46,7 +46,7 @@ rest_proxy_call_get_response_headers rest_proxy_call_get_payload_length rest_proxy_call_get_payload rest_proxy_call_get_status_code -rest_proxy_call_get_response_message +rest_proxy_call_get_status_message REST_PROXY_CALL REST_IS_PROXY_CALL -- cgit v1.2.1