mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -32,7 +32,7 @@ typedef struct http_header_item *http_header_item_handle_t;
|
||||
* - http_header_handle_t
|
||||
* - NULL if any errors
|
||||
*/
|
||||
http_header_handle_t http_header_init();
|
||||
http_header_handle_t http_header_init(void);
|
||||
|
||||
/**
|
||||
* @brief Cleanup and free all http header pairs
|
||||
|
Reference in New Issue
Block a user