aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-07 00:44:31 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-07 00:44:31 +0000
commit04c99ebb4f59d784d8bceaad86cb6227c1babd17 (patch)
tree706ebe3ac53a058c11f8a053f073fa6a387f0bbb /include/libbb.h
parent19507f0869571f29cfd0a4aed3d7c07db038b129 (diff)
downloadbusybox-04c99ebb4f59d784d8bceaad86cb6227c1babd17.tar.gz
random small shrinkage and elimination of statics
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index dca611b68..764d707b8 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;