mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
syslog: Make g_default_channel as static
This commit is contained in:
@@ -58,15 +58,11 @@ extern "C"
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
/* The default SYSLOG channel */
|
||||
|
||||
struct syslog_channel_s; /* Forward reference */
|
||||
EXTERN const struct syslog_channel_s g_default_channel;
|
||||
|
||||
/* This is the current syslog channel in use. It initially points to
|
||||
* g_default_channel.
|
||||
*/
|
||||
|
||||
struct syslog_channel_s; /* Forward reference */
|
||||
EXTERN FAR const struct syslog_channel_s *g_syslog_channel;
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user