webclient.c: Fix the placement of "Public Function" banner
This commit is contained in:
parent
c116f8b673
commit
dbee240869
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user