aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-04-16 07:42:35 +0000
committerEric Andersen <andersen@codepoet.org>2005-04-16 07:42:35 +0000
commit3cd198619570dd643ebe748302ae5551fd16fdaa (patch)
tree274a5ccd81cbbc251716dfc8a70c997bde04b171 /include
parent5ba5f4d2e72791fef3065a2221a3d386e0d17982 (diff)
downloadbusybox-3cd198619570dd643ebe748302ae5551fd16fdaa.tar.gz
Add bb_msg_read_error
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0119aabe4..9daa1cf92 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -324,6 +324,7 @@ extern const char * const bb_msg_full_version;
extern const char * const bb_msg_memory_exhausted;
extern const char * const bb_msg_invalid_date;
extern const char * const bb_msg_io_error;
+extern const char * const bb_msg_read_error;
extern const char * const bb_msg_write_error;
extern const char * const bb_msg_name_longer_than_foo;
extern const char * const bb_msg_unknown;