update code
This commit is contained in:
10
dns_client.h
Normal file
10
dns_client.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _SMART_DNS_CLIENT_H
|
||||
#define _SMART_DNS_CLIENT_H
|
||||
|
||||
int dns_client_init(void);
|
||||
|
||||
int dns_client_query(char *host);
|
||||
|
||||
void dns_client_exit(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user