mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Add missing function names in function headers.
This commit is contained in:
@@ -89,7 +89,7 @@ static char from_hex(char ch)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name:
|
||||
* Name: to_hex
|
||||
*
|
||||
* Description:
|
||||
* Converts an integer value to its hex character,
|
||||
@@ -168,7 +168,7 @@ static unsigned char h2int(char c)
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name:
|
||||
* Name: url_encode
|
||||
*
|
||||
* Description:
|
||||
* Returns a url-encoded version of str.
|
||||
|
Reference in New Issue
Block a user