webclient.c: Fix the placement of "Public Function" banner

This commit is contained in:
YAMAMOTO Takashi 2022-06-02 13:22:03 +09:00 committed by Xiang Xiao
parent c116f8b673
commit dbee240869

View File

@ -1116,6 +1116,10 @@ static int wget_gethostip(FAR char *hostname, FAR struct in_addr *dest)
#endif #endif
} }
/****************************************************************************
* Public Functions
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: webclient_perform * Name: webclient_perform
* *
@ -2082,10 +2086,6 @@ errout_with_errno:
return ret; return ret;
} }
/****************************************************************************
* Public Functions
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: webclient_abort * Name: webclient_abort
* *