aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
blob: c98bb5149ad66eced3a8b7212d8048133f9a0f56 (plain)
1
2
3
4
5
6
7
// pending.h - header for pending.c

// 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);