From 8893023ba27ea87b12a333960271c9f86cdebf7b Mon Sep 17 00:00:00 2001 From: Ari Sundholm Date: Wed, 4 Mar 2015 18:46:48 +0200 Subject: dd: move suffix struct to xatonum.c This way it can be used by other applets without duplication. Signed-off-by: Ari Sundholm Signed-off-by: Denys Vlasenko --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index c97df60..9550c05 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: */ -- cgit v1.1