www.pudn.com > truecrypt.zip > PASSWORD.H


/* Copyright (C) 2004 TrueCrypt Team, truecrypt.org 
   This product uses components written by Paul Le Roux  */ 
 
 
/* Everything below this line is automatically updated by the -mkproto-tool- */ 
 
void VerifyPasswordAndUpdate ( HWND hwndDlg , HWND hButton , HWND hPassword , HWND hVerify , char *szPassword , char *szVerify ); 
int ChangePwd ( char *lpszVolume , char *lpszOldPassword , char *lpszPassword );