mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Fix tftp_init_client signature
This commit is contained in:
parent
5a8bd37509
commit
c8808f69b2
@ -477,7 +477,7 @@ tftp_init_server(const struct tftp_context *ctx)
|
||||
* @param ctx TFTP callback struct
|
||||
*/
|
||||
err_t
|
||||
tftp_init_client(u8_t mode, const struct tftp_context *ctx)
|
||||
tftp_init_client(const struct tftp_context *ctx)
|
||||
{
|
||||
return tftp_init_common(LWIP_TFTP_MODE_CLIENT, ctx);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user