diff options
author | Denis Vlasenko | 2006-11-21 20:34:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-21 20:34:21 +0000 |
commit | 7ca3921e5e8aa64533d4d7a678046676ae6574ec (patch) | |
tree | 9736975246e991e626e025ab1c98d9f5536e9007 /include/libbb.h | |
parent | 5096246ffb22b46b7d9e9debf035112a11d339b3 (diff) | |
download | busybox-7ca3921e5e8aa64533d4d7a678046676ae6574ec.zip busybox-7ca3921e5e8aa64533d4d7a678046676ae6574ec.tar.gz |
bb_INET_default[] is really just a const "default",
nothing INET-specific
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index f574f9b..bec3ce1 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -604,6 +604,8 @@ extern const char bb_msg_invalid_arg[]; extern const char bb_msg_standard_input[]; extern const char bb_msg_standard_output[]; +extern const char bb_str_default[]; + extern const char bb_path_mtab_file[]; extern const char bb_path_nologin_file[]; extern const char bb_path_passwd_file[]; |