--- embedtools/inc/dwds.h 2012/07/22 22:46:47 1.3 +++ embedtools/inc/dwds.h 2013/07/19 01:08:43 1.3.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: dwds.h,v 1.3 2012/07/22 22:46:47 misho Exp $ + * $Id: dwds.h,v 1.3.4.1 2013/07/19 01:08:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -61,11 +61,11 @@ struct dwds_if { }; -inline int wifi_chkIface(const char *csVAP, char **ppsIF, int nIF); +int wifi_chkIface(const char *csVAP, char **ppsIF, int nIF); struct dwds_if *wifi_buildWDS(int fd, char **ppsIF, int nIF); -inline int wifi_destroyWDS(const char *csIface, struct dwds_if **wds); -inline int wifi_leaveWDS(struct ether_addr bssid, struct dwds_if **wds, char *psVAP, int vapLen); -inline int wifi_createWDS(const char *csIface, struct ether_addr bssid, struct dwds_if **wds); +int wifi_destroyWDS(const char *csIface, struct dwds_if **wds); +int wifi_leaveWDS(struct ether_addr bssid, struct dwds_if **wds, char *psVAP, int vapLen); +int wifi_createWDS(const char *csIface, struct ether_addr bssid, struct dwds_if **wds); #endif