implemented RtlIpv4AddressToStringA/W and made ntdll export them.

svn path=/trunk/; revision=10848
This commit is contained in:
Thomas Bluemel
2004-09-13 20:25:26 +00:00
parent 2161bebe79
commit 09afb31c28
4 changed files with 77 additions and 14 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
/* $Id: rtl.h,v 1.33 2004/08/12 06:04:21 ion Exp $
/* $Id: rtl.h,v 1.34 2004/09/13 20:25:25 weiden Exp $
*
*/
#ifndef __DDK_RTL_H
@@ -1643,7 +1643,7 @@ NTSTATUS STDCALL
RtlInvertRangeList (OUT PRTL_RANGE_LIST InvertedRangeList,
IN PRTL_RANGE_LIST RangeList);
NTSTATUS
LPSTR
STDCALL
RtlIpv4AddressToStringA(
PULONG IP,
@@ -1659,7 +1659,7 @@ RtlIpv4AddressToStringExA(
PULONG MaxSize
);
NTSTATUS
LPWSTR
STDCALL
RtlIpv4AddressToStringW(
PULONG IP,