Prefix humanize_number() with xbps_.
This will avoid clashes if xbps ever works on NetBSD. --HG-- extra : convert_revision : 064b690988ba5cd75de55eacd9f37996a952da17
This commit is contained in:
parent
a928bf02e2
commit
fa793a5044
3 changed files with 3 additions and 3 deletions
|
@ -38,6 +38,6 @@
|
|||
#define HN_GETSCALE 0x10
|
||||
#define HN_AUTOSCALE 0x20
|
||||
|
||||
int humanize_number(char *, size_t, int64_t, const char *, int, int);
|
||||
int xbps_humanize_number(char *, size_t, int64_t, const char *, int, int);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue