- Timestamp:
- Jun 18, 2003, 11:41:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/pam_get_authtok.c
r245 r261 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#2 5$34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#26 $ 35 35 */ 36 36 … … 45 45 #include "openpam_impl.h" 46 46 47 const char authtok_prompt[] = "Password:";48 const char oldauthtok_prompt[] = "Old Password:";49 const char newauthtok_prompt[] = "New Password:";47 static const char authtok_prompt[] = "Password:"; 48 static const char oldauthtok_prompt[] = "Old Password:"; 49 static const char newauthtok_prompt[] = "New Password:"; 50 50 51 51 /*
Note: See TracChangeset
for help on using the changeset viewer.