Diff for /libaitio/inc/aitio.h between versions 1.36.2.2 and 1.36.2.3

version 1.36.2.2, 2013/11/21 14:43:53 version 1.36.2.3, 2013/11/21 14:46:44
Line 164  void ioUpdTimerSocket(sock_cli_t * __restrict c); Line 164  void ioUpdTimerSocket(sock_cli_t * __restrict c);
  * return: -1 error or return result from scheduler   * return: -1 error or return result from scheduler
  */   */
 int ioLoopSocket(sock_t * __restrict s, sched_task_func_t rcb);  int ioLoopSocket(sock_t * __restrict s, sched_task_func_t rcb);
 /*  
  * ioAcceptSocket() - Accept clients  
  *  
  * @s = Socket  
  * @f = callback function for client handling  
  * @arg = optional argument for callback function  
  * return: -1 error or 0 ok  
  */  
 int ioAcceptSocket(sock_t * __restrict s, sock_cb_t f, void *arg);  
   
 /*  /*
  * ioPromptRead() - Read data from input h[0] with prompt to output h[1]   * ioPromptRead() - Read data from input h[0] with prompt to output h[1]

Removed from v.1.36.2.2  
changed lines
  Added in v.1.36.2.3


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