boinc/clientsetup/win/password.h

16 lines
314 B
C
Raw Normal View History

2012-12-12 23:12:40 +00:00
// Berkeley Open Infrastructure for Network Computing
// http://boinc.berkeley.edu
//
// Source Code Originally from:
// http://support.microsoft.com/kb/814463
//
#ifndef _BOINC_PASSWORD_
#define _BOINC_PASSWORD_
// Prototypes
BOOL GenerateRandomPassword( tstring& strPassword, DWORD dwDesiredLength );
#endif