aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorAri Sundholm <ari@tuxera.com>2015-03-04 18:46:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-03-22 17:41:04 +0100
commit8893023ba27ea87b12a333960271c9f86cdebf7b (patch)
tree09664462b0bb252b1227b689a2240e02ec1b0f5b /include/libbb.h
parent92edab1aa6eae45ac8fa0cec8c8df9a47f547300 (diff)
downloadbusybox-8893023ba27ea87b12a333960271c9f86cdebf7b.tar.gz
dd: move suffix struct to xatonum.c
This way it can be used by other applets without duplication. Signed-off-by: Ari Sundholm <ari@tuxera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index c97df6047..9550c0589 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -862,6 +862,7 @@ struct suffix_mult {
};
extern const struct suffix_mult bkm_suffixes[];
#define km_suffixes (bkm_suffixes + 1)
+extern const struct suffix_mult cwbkMG_suffixes[];
#include "xatonum.h"
/* Specialized: */