[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Windows Build Issue: function getpass prototype needed
From: |
Conrad T. Pino |
Subject: |
Windows Build Issue: function getpass prototype needed |
Date: |
Tue, 11 May 2004 15:14:10 -0700 |
Hi All,
Function "getpass" is defined in "windows-NT\woe32.c"
but there is no prototype available when compiling file
"src/login.c".
The prototype needed is:
extern char * getpass( const char * );
I'd like some input as to the best place to put it.
Best regards,
Conrad Pino
- Windows Build Issue: function getpass prototype needed,
Conrad T. Pino <=
- Re: Windows Build Issue: function getpass prototype needed, Mark D. Baushke, 2004/05/11
- Re: Windows Build Issue: function getpass prototype needed, Derek Robert Price, 2004/05/11
- RE: Windows Build Issue: function getpass prototype needed, Conrad T. Pino, 2004/05/11
- Re: Windows Build Issue: function getpass prototype needed, Mark D. Baushke, 2004/05/11
- RE: Windows Build Issue: function getpass prototype needed, Conrad T. Pino, 2004/05/11
- Re: Windows Build Issue: function getpass prototype needed, Derek Robert Price, 2004/05/11
- Re: Windows Build Issue: function getpass prototype needed, Mark D. Baushke, 2004/05/12
- Re: Windows Build Issue: function getpass prototype needed, Derek Robert Price, 2004/05/12
- Re: Windows Build Issue: function getpass prototype needed, Derek Robert Price, 2004/05/11