aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 18dc9f935..9872dc1fb 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1026,8 +1026,9 @@ void generate_uuid(uint8_t *buf) FAST_FUNC;
1026/* Last element is marked by mult == 0 */ 1026/* Last element is marked by mult == 0 */
1027struct suffix_mult { 1027struct suffix_mult {
1028 char suffix[4]; 1028 char suffix[4];
1029 unsigned mult; 1029 uint32_t mult;
1030}; 1030};
1031#define ALIGN_SUFFIX ALIGN4
1031extern const struct suffix_mult bkm_suffixes[]; 1032extern const struct suffix_mult bkm_suffixes[];
1032#define km_suffixes (bkm_suffixes + 1) 1033#define km_suffixes (bkm_suffixes + 1)
1033extern const struct suffix_mult cwbkMG_suffixes[]; 1034extern const struct suffix_mult cwbkMG_suffixes[];