Some more cleanups for previous.

--HG--
extra : convert_revision : 4750989fdc6494eb2593a3782035289200fbea15
This commit is contained in:
Juan RP
2009-02-05 16:57:20 +01:00
parent 3a52668aed
commit 0f44fd7f72
5 changed files with 10 additions and 13 deletions

View File

@@ -28,8 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _HUMANIZE_NUMBER_H_
#define _HUMANIZE_NUMBER_H_
#ifndef _XBPS_HUMANIZE_NUMBER_H_
#define _XBPS_HUMANIZE_NUMBER_H_
#define HN_DECIMAL 0x01
#define HN_NOSPACE 0x02
@@ -38,6 +38,7 @@
#define HN_GETSCALE 0x10
#define HN_AUTOSCALE 0x20
/* From lib/humanize_number.c */
int xbps_humanize_number(char *, size_t, int64_t, const char *, int, int);
#endif
#endif /* !_XBPS_HUMANIZE_NUMBER_H_ */