include/netutils: fix code alignments
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
f7448f848b
commit
a926c8bf12
@ -339,9 +339,9 @@ FAR struct ipt_entry *netlib_ipt_masquerade_entry(FAR const char *ifname);
|
|||||||
|
|
||||||
/* HTTP support */
|
/* HTTP support */
|
||||||
|
|
||||||
int netlib_parsehttpurl(FAR const char *url, uint16_t *port,
|
int netlib_parsehttpurl(FAR const char *url, uint16_t *port,
|
||||||
FAR char *hostname, int hostlen,
|
FAR char *hostname, int hostlen,
|
||||||
FAR char *filename, int namelen);
|
FAR char *filename, int namelen);
|
||||||
|
|
||||||
#ifdef CONFIG_NETUTILS_NETLIB_GENERICURLPARSER
|
#ifdef CONFIG_NETUTILS_NETLIB_GENERICURLPARSER
|
||||||
int netlib_parseurl(FAR const char *str, FAR struct url_s *url);
|
int netlib_parseurl(FAR const char *str, FAR struct url_s *url);
|
||||||
@ -351,7 +351,7 @@ int netlib_parseurl(FAR const char *str, FAR struct url_s *url);
|
|||||||
|
|
||||||
int netlib_listenon(uint16_t portno);
|
int netlib_listenon(uint16_t portno);
|
||||||
void netlib_server(uint16_t portno, pthread_startroutine_t handler,
|
void netlib_server(uint16_t portno, pthread_startroutine_t handler,
|
||||||
int stacksize);
|
int stacksize);
|
||||||
|
|
||||||
int netlib_getifstatus(FAR const char *ifname, FAR uint8_t *flags);
|
int netlib_getifstatus(FAR const char *ifname, FAR uint8_t *flags);
|
||||||
int netlib_ifup(FAR const char *ifname);
|
int netlib_ifup(FAR const char *ifname);
|
||||||
|
Loading…
Reference in New Issue
Block a user