mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
wininet: Add prototypes for a couple of mpr functions.
This commit is contained in:
parent
9b60ef7e12
commit
37f7089a4a
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user