- Add missing CmpReferenceKeyControlBlock prototype

svn path=/trunk/; revision=36168
This commit is contained in:
Stefan Ginsberg 2008-09-12 16:10:42 +00:00
parent a030377485
commit 11bc38c70a

View file

@ -911,6 +911,12 @@ CmpConstructName(
IN PCM_KEY_CONTROL_BLOCK Kcb
);
BOOLEAN
NTAPI
CmpReferenceKeyControlBlock(
IN PCM_KEY_CONTROL_BLOCK Kcb
);
VOID
NTAPI
CmpDereferenceKeyControlBlockWithLock(