Commit 3845c068 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

sfc_os: Add a prototype for SfcIsKeyProtected().

parent 21540b75
......@@ -23,6 +23,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "sfc.h"
#include "wine/debug.h"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment