Add missing function names in function headers.

This commit is contained in:
Gregory Nutt
2018-08-13 15:52:59 -06:00
parent a57610c2c4
commit a89f0e3a07
11 changed files with 25 additions and 16 deletions

View File

@@ -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.