diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 750e0bb4f..a6d9a510b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -267,7 +267,8 @@ enum { | |||
267 | MEGABYTE = (KILOBYTE*1024), | 267 | MEGABYTE = (KILOBYTE*1024), |
268 | GIGABYTE = (MEGABYTE*1024) | 268 | GIGABYTE = (MEGABYTE*1024) |
269 | }; | 269 | }; |
270 | const char *make_human_readable_str(unsigned long size, unsigned long block_size, unsigned long display_unit); | 270 | const char *make_human_readable_str(unsigned long long size, |
271 | unsigned long block_size, unsigned long display_unit); | ||
271 | 272 | ||
272 | int bb_ask_confirmation(void); | 273 | int bb_ask_confirmation(void); |
273 | int klogctl(int type, char * b, int len); | 274 | int klogctl(int type, char * b, int len); |