httpd: add "struct file*" parameter to httpd_cgi_handler() callback

This commit is contained in:
goldsimon
2018-02-02 09:29:52 +01:00
parent ab281cb750
commit 6706b3778e
3 changed files with 9 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ with newer versions.
* LWIP_HOOK_DHCP_APPEND_OPTIONS() has changed, see description in opt.h (options_out_len is not
available in struct dhcp any more)
* httpd LWIP_HTTPD_CGI_SSI: httpd_cgi_handler() has an additional parameter "struct fs_file *"
(2.0.2)
++ Application changes: