mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-11 15:35:13 +00:00
NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_
This commit is contained in:
parent
d8e69bb0c1
commit
e7fedfa4a5
35 changed files with 161 additions and 161 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* netutils/netlib/uip_parsehttpurl.c
|
||||
* netutils/netlib/netlib_parsehttpurl.c
|
||||
*
|
||||
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
@ -57,10 +57,10 @@ const char g_http[] = "http://";
|
|||
*****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: uip_parsehttpurl
|
||||
* Name: netlib_parsehttpurl
|
||||
****************************************************************************/
|
||||
|
||||
int uip_parsehttpurl(const char *url, uint16_t *port,
|
||||
int netlib_parsehttpurl(const char *url, uint16_t *port,
|
||||
char *hostname, int hostlen,
|
||||
char *filename, int namelen)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue