update code
This commit is contained in:
10
dns_server.h
Normal file
10
dns_server.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _SMART_DNS_SERVER_H
|
||||
#define _SMART_DNS_SERVER_H
|
||||
|
||||
int dns_server_init(void);
|
||||
|
||||
int dns_server_run(void);
|
||||
|
||||
void dns_server_exit(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user