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

// password.c
#define MAX_SALT_LEN  20 //3 for id, 16 for key, 1 for '\0'
int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);