--- embedtools/inc/dwds.h 2010/10/27 15:23:49 1.1.2.3 +++ embedtools/inc/dwds.h 2010/10/28 09:08:58 1.1.2.6 @@ -16,4 +16,8 @@ struct dwds_if { }; +struct dwds_if *wifi_buildWDS(int fd, char **ppsIF, int nIF); +inline void wifi_destroyWDS(const char *csIface, struct dwds_if **wds); + + #endif