Changeset 746 for vendor/current/lib/replace/replace.h
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/replace/replace.h
r740 r746 803 803 #endif 804 804 805 #if !defined(getpass) 806 #ifdef REPLACE_GETPASS 807 #if defined(REPLACE_GETPASS_BY_GETPASSPHRASE) 808 #define getpass(prompt) getpassphrase(prompt) 809 #else 810 #define getpass(prompt) rep_getpass(prompt) 811 char *rep_getpass(const char *prompt); 812 #endif 813 #endif 814 #endif 815 805 816 #endif /* _LIBREPLACE_REPLACE_H */
Note:
See TracChangeset
for help on using the changeset viewer.