view lib/pending.h @ 1491:24d21baf52a3 draft

Capitalize "toybox" more consistently on the about page.
author Rob Landley <rob@landley.net>
date Sat, 20 Sep 2014 14:12:55 -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);