update code

This commit is contained in:
Nick Peng
2018-05-05 15:28:26 +08:00
parent dbf4cc7565
commit 210fabe4b3
4 changed files with 241 additions and 11 deletions

10
dns_server.h Normal file
View 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