view lib/pending.h @ 1468:6fd5e556f89d draft

Ignore -m option to cpio, it's what we do anyway so it's not an error.
author Rob Landley <rob@landley.net>
date Tue, 09 Sep 2014 23:44:48 -0500
parents ed28d4d9558d
children cf77c4939385
line wrap: on
line source

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