diff --git a/reactos/include/ntdll/rtl.h b/reactos/include/ntdll/rtl.h index 0e775a54daf..16d72d0ccf4 100644 --- a/reactos/include/ntdll/rtl.h +++ b/reactos/include/ntdll/rtl.h @@ -1,4 +1,4 @@ -/* $Id: rtl.h,v 1.23 2001/02/11 00:14:25 ekohl Exp $ +/* $Id: rtl.h,v 1.24 2001/02/17 17:40:05 ekohl Exp $ * */ @@ -168,6 +168,13 @@ ULONG STDCALL RtlGetNtGlobalFlags(VOID); BOOLEAN STDCALL RtlGetNtProductType(PNT_PRODUCT_TYPE ProductType); +ULONG +STDCALL +RtlGetProcessHeaps ( + ULONG HeapCount, + HANDLE *HeapArray + ); + ULONG STDCALL RtlIsDosDeviceName_U (