sfc_os: Add a prototype for SfcIsKeyProtected().

oldstable
Francois Gouget 2007-01-24 15:42:10 +01:00 committed by Alexandre Julliard
parent 21540b7591
commit 3845c06853
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "sfc.h"
#include "wine/debug.h"

View File

@ -36,6 +36,7 @@ typedef struct _PROTECTED_FILE_DATA {
BOOL WINAPI SfcGetNextProtectedFile(HANDLE, PPROTECTED_FILE_DATA);
BOOL WINAPI SfcIsFileProtected(HANDLE, LPCWSTR);
BOOL WINAPI SfcIsKeyProtected(HKEY, LPCWSTR, REGSAM);
BOOL WINAPI SfpVerifyFile(LPCSTR, LPSTR, DWORD);
#ifdef __cplusplus