--- ansh/inc/proc.h 2011/10/17 20:14:02 1.2 +++ ansh/inc/proc.h 2012/01/23 10:34:12 1.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: proc.h,v 1.2 2011/10/17 20:14:02 misho Exp $ + * $Id: proc.h,v 1.3 2012/01/23 10:34:12 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,7 @@ SUCH DAMAGE. #define __PROC_H -struct tagProc *InitProc(int, struct sockaddr *, u_short, int); +struct tagProc *InitProc(int, io_sockaddr_t *, u_short, int); void FiniProcByID(u_short); void FreeProc(struct tagProc ** __restrict); void DestroyProc();