WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dns.h
Go to the documentation of this file.
1 
12 #ifndef _DNS_H
13 #define _DNS_H
14 
15 #include "common/common.h"
16 
17 
18 int8 dns_query(uint8 sock, uint8 *domain, uint8 *ip);
19 
20 #endif //_DNS_H
21