diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 085210431..f22c1252b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -832,6 +832,9 @@ struct suffix_mult { | |||
832 | char suffix[4]; | 832 | char suffix[4]; |
833 | unsigned mult; | 833 | unsigned mult; |
834 | }; | 834 | }; |
835 | extern const struct suffix_mult bkm_suffixes[]; | ||
836 | #define km_suffixes (bkm_suffixes + 1) | ||
837 | |||
835 | #include "xatonum.h" | 838 | #include "xatonum.h" |
836 | /* Specialized: */ | 839 | /* Specialized: */ |
837 | 840 | ||