Add bb_msg_read_error

This commit is contained in:
Eric Andersen
2005-04-16 07:42:35 +00:00
parent 5ba5f4d2e7
commit 3cd1986195
3 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,9 @@
#ifdef L_write_error
const char * const bb_msg_write_error = "Write Error";
#endif
#ifdef L_read_error
const char * const bb_msg_read_error = "Read Error";
#endif
#ifdef L_name_longer_than_foo
const char * const bb_msg_name_longer_than_foo = "Names longer than %d chars not supported.";
#endif