X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=ui_common.h;h=63ae5bb698866ac02c1da98226a9b82608de9b57;hb=93280d4777ec65285ff263a4820956244fcd0004;hp=e4fcc2e259127b08e25bc1ad9d10a0050921e845;hpb=ee672060787e3f7023ff0d99f9c546a034bd89bf;p=iftop.git diff --git a/ui_common.h b/ui_common.h index e4fcc2e..63ae5bb 100644 --- a/ui_common.h +++ b/ui_common.h @@ -43,6 +43,6 @@ hash_type* service_hash; void analyse_data(void); void screen_list_init(void); void sprint_host(char * line, int af, struct in6_addr* addr, unsigned int port, unsigned int protocol, int L, int unspecified_as_star); -void readable_size(float, char*, int, int, int); +void readable_size(float, char*, int, int, option_bw_unit_t); #endif /* __UI_COMMON_H_ */