branch update for HEAD-2003050101
[reactos.git] / include / ntdll / rtl.h
index b42877f..be0fad9 100644 (file)
@@ -339,6 +339,8 @@ RtlCreateUserThread (
        IN OUT  PCLIENT_ID              ClientId
        );
 
+NTSTATUS STDCALL RtlExitUserThread(NTSTATUS Status);
+
 NTSTATUS
 STDCALL
 RtlFreeUserThreadStack (
@@ -576,6 +578,19 @@ RtlpNtSetValueKey (
        IN      ULONG   DataLength
        );
 
+
+VOID NTAPI RtlRunDecodeUnicodeString
+(
+ IN UCHAR hash,
+ IN OUT PUNICODE_STRING uString
+);
+
+VOID NTAPI RtlRunEncodeUnicodeString
+(
+ IN OUT PUCHAR hash,
+ IN OUT PUNICODE_STRING uString
+);
+
 #ifndef __NTDRIVER__
 
 #ifndef __INTERLOCKED_DECLARED