aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 20:17:41 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 20:17:41 +0000
commitf4532f9fd377898c339aaa81cde66c14808248dd (patch)
tree6e35288c247102998a775cbc16f9ec014e00e7fd /include
parent2ce533f0b2a79abdfb07d8879afe08f697278158 (diff)
downloadbusybox-w32-f4532f9fd377898c339aaa81cde66c14808248dd.tar.gz
busybox-w32-f4532f9fd377898c339aaa81cde66c14808248dd.tar.bz2
busybox-w32-f4532f9fd377898c339aaa81cde66c14808248dd.zip
- reuse strings and messages. Saves about 600B
git-svn-id: svn://busybox.net/trunk/busybox@15325 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 18ad8419f..9529b56e0 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -350,6 +350,8 @@ extern const char * const bb_msg_name_longer_than_foo;
350extern const char * const bb_msg_unknown; 350extern const char * const bb_msg_unknown;
351extern const char * const bb_msg_can_not_create_raw_socket; 351extern const char * const bb_msg_can_not_create_raw_socket;
352extern const char * const bb_msg_perm_denied_are_you_root; 352extern const char * const bb_msg_perm_denied_are_you_root;
353extern const char * const bb_msg_requires_arg;
354extern const char * const bb_msg_invalid_arg;
353extern const char * const bb_msg_standard_input; 355extern const char * const bb_msg_standard_input;
354extern const char * const bb_msg_standard_output; 356extern const char * const bb_msg_standard_output;
355 357