Diff for /libaitrpc/inc/aitrpc.h between versions 1.4.2.6 and 1.4.2.7

version 1.4.2.6, 2011/11/03 14:28:48 version 1.4.2.7, 2011/11/03 14:57:56
Line 359  int rpc_srv_execCall(rpc_func_t * __restrict call, str Line 359  int rpc_srv_execCall(rpc_func_t * __restrict call, str
  */   */
 inline int rpc_srv_allocVars(rpc_func_t * __restrict call, int varnum);  inline int rpc_srv_allocVars(rpc_func_t * __restrict call, int varnum);
 /*  /*
  * rpc_srv_destroyVars() Destroy variables of array & array  
  * @call = RPC function call  
  * return: -1 error, !=-1 Returne remained variables  
  */  
 inline int rpc_srv_destroyVars(rpc_func_t * __restrict call);  
 /*  
  * rpc_srv_freeVars() Clean values from variables of array   * rpc_srv_freeVars() Clean values from variables of array
  * @call = RPC function call   * @call = RPC function call
  * return: -1 error, !=-1 Returned number of cleaned variables   * return: -1 error, !=-1 Returned number of cleaned variables

Removed from v.1.4.2.6  
changed lines
  Added in v.1.4.2.7


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