source: main/trunk/greenstone2/common-src/src/getpw/getpass.h

Last change on this file was 26681, checked in by davidb, 11 years ago

Changed some 'char *' to 'const char*' to match standard header definitions

File size: 150 bytes
Line 
1#ifndef GETPASS_H
2#define GETPASS_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8char *getpass (const char *prompt);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif
Note: See TracBrowser for help on using the repository browser.