view lib/pending.h @ 1490:44cf038d297d draft

Fluff out the documentation some more.
author Rob Landley <rob@landley.net>
date Sat, 20 Sep 2014 14:11:59 -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);