diff options
author | Denis Vlasenko | 2007-04-07 00:44:31 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-07 00:44:31 +0000 |
commit | 04c99ebb4f59d784d8bceaad86cb6227c1babd17 (patch) | |
tree | 706ebe3ac53a058c11f8a053f073fa6a387f0bbb /include | |
parent | 19507f0869571f29cfd0a4aed3d7c07db038b129 (diff) | |
download | busybox-04c99ebb4f59d784d8bceaad86cb6227c1babd17.zip busybox-04c99ebb4f59d784d8bceaad86cb6227c1babd17.tar.gz |
random small shrinkage and elimination of statics
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index dca611b..764d707 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -604,7 +604,7 @@ enum { LOGMODE_BOTH = LOGMODE_SYSLOG + LOGMODE_STDIO, }; extern const char *msg_eol; -extern int logmode; +extern smallint logmode; extern int die_sleep; extern int xfunc_error_retval; extern void sleep_and_die(void) ATTRIBUTE_NORETURN; |