# | Line 24 | Line 24 | char *fcheck(char *value, FILE *stream, | |
---|---|---|
24 | void authenticate(const char *program, jmp_buf environment); | |
25 | void getpassword(char password[_PASSWORD_LEN], jmp_buf environment); | |
26 | void putpassword(char password[_PASSWORD_LEN], char *name, jmp_buf environment); | |
27 | + | void get(const char *prompt, regex_t *regex, char **string, jmp_buf environment); |
28 | ||
29 | #endif//_common_h_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |