#ifndef GETPASS_H
#define GETPASS_H

#ifdef __cplusplus
extern "C" {
#endif

char *getpass (const char *prompt);

#ifdef __cplusplus
}
#endif

#endif
