Large partial cleanup of ntoskrnl internal headers, mostly to delete obsoleted or...
[reactos.git] / reactos / ntoskrnl / include / internal / nls.h
index 9ce7f9a..b3e4b69 100644 (file)
@@ -1,22 +1,3 @@
-/*
- *  ReactOS kernel
- *  Copyright (C) 2003 Eric Kohl <ekohl@rz-online.de>
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
 #ifndef __NTOSKRNL_INCLUDE_INTERNAL_NLS_H
 #define __NTOSKRNL_INCLUDE_INTERNAL_NLS_H
 
@@ -29,12 +10,33 @@ extern ULONG NlsUnicodeTableOffset;
 extern PUSHORT NlsUnicodeUpcaseTable;
 extern PUSHORT NlsUnicodeLowercaseTable;
 
-VOID STDCALL RtlpInitNls(VOID);
-VOID RtlpImportAnsiCodePage(PUSHORT TableBase, ULONG Size);
-VOID RtlpImportOemCodePage(PUSHORT TableBase, ULONG Size);
-VOID RtlpImportUnicodeCasemap(PUSHORT TableBase, ULONG Size);
-VOID RtlpCreateInitialNlsTables(VOID);
-VOID RtlpCreateNlsSection(VOID);
+VOID 
+STDCALL 
+RtlpInitNls(VOID);
+
+VOID
+RtlpImportAnsiCodePage(
+    PUSHORT TableBase, 
+    ULONG Size
+);
+
+VOID
+RtlpImportOemCodePage(
+    PUSHORT TableBase, 
+    ULONG Size
+);
+
+VOID
+RtlpImportUnicodeCasemap(
+    PUSHORT TableBase, 
+    ULONG Size
+);
+
+VOID
+RtlpCreateInitialNlsTables(VOID);
+
+VOID
+RtlpCreateNlsSection(VOID);
 
 #endif /* __NTOSKRNL_INCLUDE_INTERNAL_NLS_H */