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:
Juan RP 2008-12-22 07:51:14 +01:00
parent a928bf02e2
commit fa793a5044
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@
#include <xbps_api.h>
int
humanize_number(char *buf, size_t len, int64_t bytes,
xbps_humanize_number(char *buf, size_t len, int64_t bytes,
const char *suffix, int scale, int flags)
{
const char *prefixes, *sep;