--- embedtools/inc/dwds.h 2012/07/22 22:46:47 1.3 +++ embedtools/inc/dwds.h 2014/02/05 15:44:05 1.4 @@ -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.4 2014/02/05 15:44:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Copyright 2004 - 2014 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -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