diff options
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ int sig_to_num(char *pidstr); char *num_to_sig(int sig); mode_t string_to_mode(char *mode_str, mode_t base); -void format_mode(char (*buf)[11], mode_t mode); +void mode_to_string(mode_t mode, char *buf); // password helper functions int read_password(char * buff, int buflen, char* mesg); |