-#if defined(NeXT) && !defined(WIN32)
-
-#define PHRASELEN 128
-
-/*
- * Prompt for password, get it in secure manner. Max password length is
- * PHRASELEN. NEXTSTEP only.
- */
-extern void getpassword(const char *prompt, char *pbuf);
-
-#endif /* NeXT */
-