esp_http_client: fix CI issues & return value

This commit is contained in:
Roland Dobai
2019-04-12 14:14:58 +02:00
parent 4a6c5032f4
commit 74dd9b4f5f
3 changed files with 17 additions and 4 deletions
@@ -245,6 +245,7 @@ esp_err_t esp_http_client_get_header(esp_http_client_handle_t client, const char
*
* @return
* - ESP_OK
* - ESP_ERR_INVALID_ARG
*/
esp_err_t esp_http_client_get_username(esp_http_client_handle_t client, char **value);