diff options
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -193,9 +193,6 @@ void mode_to_string(mode_t mode, char *buf); int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); -// du helper functions -char* make_human_readable(unsigned long long size, unsigned long unit); - // cut helper functions unsigned long get_int_value(const char *numstr, unsigned lowrange, unsigned highrange); |