diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 780bd4566..ddbde1833 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -450,6 +450,7 @@ const char *make_human_readable_str(unsigned long long size, | |||
450 | /* Put a string of hex bytes ("1b2e66fe"...), return advanced pointer */ | 450 | /* Put a string of hex bytes ("1b2e66fe"...), return advanced pointer */ |
451 | char *bin2hex(char *buf, const char *cp, int count); | 451 | char *bin2hex(char *buf, const char *cp, int count); |
452 | 452 | ||
453 | /* Last element is marked by mult == 0 */ | ||
453 | struct suffix_mult { | 454 | struct suffix_mult { |
454 | char suffix[4]; | 455 | char suffix[4]; |
455 | unsigned mult; | 456 | unsigned mult; |