diff options
Diffstat (limited to 'lib/pending.h')
-rw-r--r-- | lib/pending.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pending.h b/lib/pending.h index c98bb514..c67d81c8 100644 --- a/lib/pending.h +++ b/lib/pending.h @@ -2,6 +2,5 @@ // password.c #define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0' -void is_valid_username(const char *name); int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); |