--- libaitio/src/sock.c 2013/12/12 15:20:23 1.11.2.1 +++ libaitio/src/sock.c 2013/12/12 15:23:44 1.11.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: sock.c,v 1.11.2.1 2013/12/12 15:20:23 misho Exp $ +* $Id: sock.c,v 1.11.2.2 2013/12/12 15:23:44 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -575,14 +575,14 @@ ioBridgeProg2Socket(sock_t * __restrict s, const char } /* - * ioSetupProg() - Setup program pool to socket server + * ioSetupProg2Socket() - Setup program pool to socket server * * @s = Socket * @p = Program pool * return: -1 error or 0 ok */ int -ioSetupProg(sock_t * __restrict s, prog_t * __restrict p) +ioSetupProg2Socket(sock_t * __restrict s, prog_t * __restrict p) { if (!s) return -1;