[Feature][ZXW-130]merge P50U02 version

Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No

Change-Id: I4f29ec5bb7c59385f23738d2b7ca84e67c100f69
diff --git a/ap/app/include/netotherapi.h b/ap/app/include/netotherapi.h
index fcf872d..b953458 100755
--- a/ap/app/include/netotherapi.h
+++ b/ap/app/include/netotherapi.h
@@ -249,6 +249,8 @@
 */
 unsigned long gethostbyname_l(char *hostname,char* dev_name);
 
+int gethostbyname6_l(char *hostname,char* dev_name, struct in6_addr* ip6);
+
 #endif
 
 #endif /* __NETOTHERAPI_H__ */