view lib/pending.h @ 1431:e36306d6eece draft

Cleanup pass on lspci.
author Rob Landley <rob@landley.net>
date Mon, 11 Aug 2014 20:11:58 -0500
parents 6a06541c090c
children ed28d4d9558d
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'
#define SYS_FIRST_ID  100
#define SYS_LAST_ID   999
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);