diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-16 07:42:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-16 07:42:35 +0000 |
commit | 3cd198619570dd643ebe748302ae5551fd16fdaa (patch) | |
tree | 274a5ccd81cbbc251716dfc8a70c997bde04b171 /include | |
parent | 5ba5f4d2e72791fef3065a2221a3d386e0d17982 (diff) | |
download | busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.tar.gz busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.tar.bz2 busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.zip |
Add bb_msg_read_error
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
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; | |||
324 | extern const char * const bb_msg_memory_exhausted; | 324 | extern const char * const bb_msg_memory_exhausted; |
325 | extern const char * const bb_msg_invalid_date; | 325 | extern const char * const bb_msg_invalid_date; |
326 | extern const char * const bb_msg_io_error; | 326 | extern const char * const bb_msg_io_error; |
327 | extern const char * const bb_msg_read_error; | ||
327 | extern const char * const bb_msg_write_error; | 328 | extern const char * const bb_msg_write_error; |
328 | extern const char * const bb_msg_name_longer_than_foo; | 329 | extern const char * const bb_msg_name_longer_than_foo; |
329 | extern const char * const bb_msg_unknown; | 330 | extern const char * const bb_msg_unknown; |