mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Added some splay-tree functions.
svn path=/trunk/; revision=5958
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user