mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added some splay-tree functions.
svn path=/trunk/; revision=5958
This commit is contained in:
parent
ed2e90a9e8
commit
f6ee216aae
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rtl.h,v 1.17 2003/08/25 01:37:47 sedwards Exp $
|
||||
/* $Id: rtl.h,v 1.18 2003/09/02 11:14:15 ekohl Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2121,6 +2121,12 @@ VOID STDCALL RtlMapGenericMask (PACCESS_MASK AccessMask, PGENERIC_MAPPING Generi
|
|||
ULONG STDCALL
|
||||
RtlRandom (PULONG Seed);
|
||||
|
||||
PRTL_SPLAY_LINKS STDCALL
|
||||
RtlSubtreePredecessor (IN PRTL_SPLAY_LINKS Links);
|
||||
|
||||
PRTL_SPLAY_LINKS STDCALL
|
||||
RtlSubtreeSuccessor (IN PRTL_SPLAY_LINKS Links);
|
||||
|
||||
ULONG STDCALL
|
||||
RtlUniform (PULONG Seed);
|
||||
|
||||
|
|
Loading…
Reference in a new issue