silence some warnings.
[reactos.git] / reactos / lib / iphlpapi / ifenum.h
index e37d445..79342ac 100644 (file)
@@ -139,6 +139,11 @@ DWORD getInterfaceEntryByIndex(DWORD index, PMIB_IFROW entry);
  */
 char *toIPAddressString(unsigned int addr, char string[16]);
 
+/* add and delete IP addresses */
+NTSTATUS addIPAddress( IPAddr Address, IPMask Mask, DWORD IfIndex, 
+                       PULONG NteContext, PULONG NteInstance );
+NTSTATUS deleteIpAddress( ULONG NteContext );
+
 /* Inserts a route into the route table. */
 DWORD createIpForwardEntryOS(PMIB_IPFORWARDROW pRoute);