--- ansh/inc/ansh.h 2011/10/17 20:14:02 1.2 +++ ansh/inc/ansh.h 2012/01/23 10:34:12 1.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ansh.h,v 1.2 2011/10/17 20:14:02 misho Exp $ + * $Id: ansh.h,v 1.3 2012/01/23 10:34:12 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -47,8 +47,8 @@ SUCH DAMAGE. #define __ANSH_H -int ConnectL2(int, struct io_ether_addr*, int); -int ConnectL3(int, u_short, struct sockaddr*, int); +int ConnectL2(int, io_ether_addr_t*, int); +int ConnectL3(int, u_short, io_sockaddr_t*, int); #endif