Diff for /libaitio/inc/aitio.h between versions 1.38.10.14 and 1.38.10.15

version 1.38.10.14, 2013/12/12 15:20:22 version 1.38.10.15, 2013/12/12 15:23:44
Line 257  void ioCloseSocket(sock_t ** __restrict s); Line 257  void ioCloseSocket(sock_t ** __restrict s);
  */   */
 int ioCloseClient(sock_cli_t * __restrict c);  int ioCloseClient(sock_cli_t * __restrict c);
 /*  /*
 * ioSetupProg() - Setup program pool to socket server * ioSetupProg2Socket() - Setup program pool to socket server
  *   *
  * @s = Socket   * @s = Socket
  * @p = Program pool   * @p = Program pool
  * return: -1 error or 0 ok   * return: -1 error or 0 ok
  */   */
int ioSetupProg(sock_t * __restrict s, prog_t * __restrict p);int ioSetupProg2Socket(sock_t * __restrict s, prog_t * __restrict p);
 /*  /*
  * ioUpSocket() - Setup socket for use   * ioUpSocket() - Setup socket for use
  *   *

Removed from v.1.38.10.14  
changed lines
  Added in v.1.38.10.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>