wininet: Add prototypes for a couple of mpr functions.

This commit is contained in:
Francois Gouget 2011-11-15 14:34:41 +01:00 committed by Alexandre Julliard
parent 9b60ef7e12
commit 37f7089a4a

View file

@ -170,6 +170,10 @@ static BOOL WININET_GetAuthRealm( HINTERNET hRequest, LPWSTR szBuf, DWORD sz, BO
return TRUE;
}
/* These two are not defined in the public headers */
extern DWORD WINAPI WNetCachePassword(LPSTR,WORD,LPSTR,WORD,BYTE,WORD);
extern DWORD WINAPI WNetGetCachedPassword(LPSTR,WORD,LPSTR,LPWORD,BYTE);
/***********************************************************************
* WININET_GetSetPassword
*/