diff --git a/dlls/wininet/dialogs.c b/dlls/wininet/dialogs.c index 4a2481861ed..9674718bce7 100644 --- a/dlls/wininet/dialogs.c +++ b/dlls/wininet/dialogs.c @@ -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 */