Sync with trunk head
[reactos.git] / dll / win32 / iphlpapi / resinfo.h
index 415f39e..f735288 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #ifndef _IPHLP_RES_H
  */
 
 #ifndef _IPHLP_RES_H
@@ -23,7 +23,7 @@
 
 typedef struct _IPHLP_RES_INFO {
     DWORD riCount;
 
 typedef struct _IPHLP_RES_INFO {
     DWORD riCount;
-    struct sockaddr_in *riAddressList;
+    IP_ADDR_STRING * DnsList;
 } IPHLP_RES_INFO, *PIPHLP_RES_INFO;
 
 /* Get resolver info.  This currently is limited to a list of IP addresses
 } IPHLP_RES_INFO, *PIPHLP_RES_INFO;
 
 /* Get resolver info.  This currently is limited to a list of IP addresses