Diff for /libaitrpc/src/lists.c between versions 1.12.6.1 and 1.13.4.1

version 1.12.6.1, 2013/01/17 16:33:57 version 1.13.4.1, 2013/05/26 20:24:52
Line 127  rpc_srv_unregisterCall(rpc_srv_t * __restrict srv, u_s Line 127  rpc_srv_unregisterCall(rpc_srv_t * __restrict srv, u_s
  * @tag = tag for function   * @tag = tag for function
  * return: NULL not found call, !=NULL return call   * return: NULL not found call, !=NULL return call
  */   */
inline rpc_func_t *rpc_func_t *
 rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t tag)  rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t tag)
 {  {
         rpc_func_t tmp;          rpc_func_t tmp;
Line 151  rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t t Line 151  rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t t
  * @var = hash for variable   * @var = hash for variable
  * return: NULL not found, !=NULL return blob var   * return: NULL not found, !=NULL return blob var
  */   */
inline rpc_blob_t *rpc_blob_t *
 rpc_srv_getBLOB(rpc_srv_t * __restrict srv, uint32_t var)  rpc_srv_getBLOB(rpc_srv_t * __restrict srv, uint32_t var)
 {  {
         rpc_blob_t *b, *tmp;          rpc_blob_t *b, *tmp;

Removed from v.1.12.6.1  
changed lines
  Added in v.1.13.4.1


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