--- libaitio/inc/aitio.h 2013/11/22 13:49:14 1.37 +++ libaitio/inc/aitio.h 2013/11/22 15:09:17 1.38 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.37 2013/11/22 13:49:14 misho Exp $ +* $Id: aitio.h,v 1.38 2013/11/22 15:09:17 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -163,10 +163,9 @@ int ioUpSocket(sock_t * __restrict s, void *arg, int t * ioUpdTimerSocket() - Update timeout of socket * * @c = Client socket - * @arg = Optional data argument * return: none */ -void ioUpdTimerSocket(sock_cli_t * __restrict c, void *arg); +void ioUpdTimerSocket(sock_cli_t * __restrict c); /* * ioLoopSocket() - Start socket scheduler *