view lib/pending.h @ 1533:3c77af6f81cc draft

Cosmetic tweak: no trailing spaces when ./toybox lists command names.
author Rob Landley <rob@landley.net>
date Sun, 26 Oct 2014 12:56:41 -0500
parents cf77c4939385
children
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'
int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);