Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt 2015-10-02 16:20:33 -06:00
parent e9447c6058
commit e3ad56043e
9 changed files with 10 additions and 10 deletions

View File

@ -84,7 +84,7 @@
**************************************************************************/
/**************************************************************************
* Global Variables
* Public Data
**************************************************************************/
/**************************************************************************

View File

@ -78,7 +78,7 @@
**************************************************************************/
/**************************************************************************
* Global Variables
* Public Data
**************************************************************************/
/**************************************************************************

View File

@ -38,7 +38,7 @@ extern "C"
#endif
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
#ifdef CONFIG_MB_ASCII_ENABLED

View File

@ -33,7 +33,7 @@
#define __APPS_MODBUS_RTU_MBCRC_H
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
uint16_t usMBCRC16(uint8_t *pucFrame, uint16_t usLen);

View File

@ -339,7 +339,7 @@ static uint8_t dhcpc_parsemsg(struct dhcpc_state_s *pdhcpc, int buflen,
}
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View File

@ -97,7 +97,7 @@ void httpd_memstats(void)
#endif
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
#ifdef CONFIG_THTTPD_MEMDEBUG

View File

@ -48,7 +48,7 @@
#ifdef CONFIG_THTTPD
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/* Allows all memory management calls to be intercepted */

View File

@ -186,7 +186,7 @@ static void readline_write(FAR struct rl_common_s *vtbl,
#endif
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View File

@ -158,11 +158,11 @@
#endif
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
#endif /* __APPS_SYSTEM_ZMODEM_HOST_NUTTX_COMPILER_H */