add getPassPhrase()

CVS patchset: 352
CVS date: 1996/02/20 15:06:47
This commit is contained in:
root 1996-02-20 15:06:47 +00:00
parent db1590def9
commit 7ac23c2d72
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ int verifySignature(int fd, short sig_type, void *sig, char *result);
/* Return type of signature in effect for building */
unsigned short sigLookupType(void);
/* Utility to read a pass phrase from the user */
char *getPassPhrase(char *prompt);