1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* With the exception of GetPasswordString, this file was
6 copied from NSS's cmd/lib/secutil.h hg revision 8f011395145e */
31 #if( defined(_WINDOWS) && !defined(_WIN32_WCE))
34 #define QUIET_FGETS quiet_fgets
35 static char * quiet_fgets (char *buf
, int length
, FILE *input
);
37 #define QUIET_FGETS fgets
41 SECU_GetModulePassword(PK11SlotInfo
*slot
, PRBool retry
, void *arg
);