Use off_t in humansize() as it is more descriptive and applicable
This commit is contained in:
3
util.h
3
util.h
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <regex.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "arg.h"
|
||||
@@ -67,7 +66,7 @@ int eregcomp(regex_t *, const char *, int);
|
||||
void enmasse(int, char **, int (*)(const char *, const char *, int));
|
||||
void fnck(const char *, const char *, int (*)(const char *, const char *, int), int);
|
||||
mode_t getumask(void);
|
||||
char *humansize(uintmax_t);
|
||||
char *humansize(off_t);
|
||||
mode_t parsemode(const char *, mode_t, mode_t);
|
||||
void putword(FILE *, const char *);
|
||||
#undef strtonum
|
||||
|
Reference in New Issue
Block a user