aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
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};
270const char *make_human_readable_str(unsigned long size, unsigned long block_size, unsigned long display_unit); 270const char *make_human_readable_str(unsigned long long size,
271 unsigned long block_size, unsigned long display_unit);
271 272
272int bb_ask_confirmation(void); 273int bb_ask_confirmation(void);
273int klogctl(int type, char * b, int len); 274int klogctl(int type, char * b, int len);