Diff for /libaitrpc/src/lists.c between versions 1.13 and 1.14

version 1.13, 2013/03/07 23:10:50 version 1.14, 2013/05/30 09:22:02
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.13  
changed lines
  Added in v.1.14


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