- Merge from trunk up to r45543
[reactos.git] / ntoskrnl / include / internal / rtl.h
1 #ifndef __NTOSKRNL_INCLUDE_INTERNAL_NLS_H
2 #define __NTOSKRNL_INCLUDE_INTERNAL_NLS_H
3
4 NTSTATUS
5 NTAPI
6 RtlQueryAtomListInAtomTable(
7 IN PRTL_ATOM_TABLE AtomTable,
8 IN ULONG MaxAtomCount,
9 OUT ULONG *AtomCount,
10 OUT RTL_ATOM *AtomList
11 );
12
13 VOID
14 NTAPI
15 RtlInitializeRangeListPackage(
16 VOID
17 );
18
19 #endif /* __NTOSKRNL_INCLUDE_INTERNAL_NLS_H */
20
21 /* EOF */