[IPHLPAPI_APITEST] Add tests for AllocateAndGetTcpExTable2FromStack()
[reactos.git] / modules / rostests / apitests / iphlpapi / testlist.c
index 942004d..78843f5 100644 (file)
@@ -3,6 +3,7 @@
 #define STANDALONE
 #include <apitest.h>
 
+extern void func_AllocateAndGetTcpExTable2FromStack(void);
 extern void func_GetInterfaceName(void);
 extern void func_GetNetworkParams(void);
 extern void func_icmp(void);
@@ -10,10 +11,11 @@ extern void func_SendARP(void);
 
 const struct test winetest_testlist[] =
 {
-    { "GetInterfaceName",     func_GetInterfaceName },
-    { "GetNetworkParams",     func_GetNetworkParams },
-    { "icmp",                 func_icmp },
-    { "SendARP",              func_SendARP },
+    { "AllocateAndGetTcpExTable2FromStack", func_AllocateAndGetTcpExTable2FromStack },
+    { "GetInterfaceName",                   func_GetInterfaceName },
+    { "GetNetworkParams",                   func_GetNetworkParams },
+    { "icmp",                               func_icmp },
+    { "SendARP",                            func_SendARP },
 
     { 0, 0 }
 };