mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
- Add CmpArmDelayedCloseTimer declaration.
svn path=/trunk/; revision=36052
This commit is contained in:
parent
3be0b4bebf
commit
c63c067562
1 changed files with 6 additions and 0 deletions
|
@ -838,6 +838,12 @@ CmpAddToDelayedClose(
|
|||
IN BOOLEAN LockHeldExclusively
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
CmpArmDelayedCloseTimer(
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
CmpRemoveFromDelayedClose(IN PCM_KEY_CONTROL_BLOCK Kcb);
|
||||
|
|
Loading…
Reference in a new issue