--- libaitrpc/inc/aitrpc.h 2010/07/07 09:29:42 1.1.1.1.2.15 +++ libaitrpc/inc/aitrpc.h 2010/07/07 12:29:50 1.1.1.1.2.16 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.1.1.1.2.15 2010/07/07 09:29:42 misho Exp $ +* $Id: aitrpc.h,v 1.1.1.1.2.16 2010/07/07 12:29:50 misho Exp $ * *************************************************************************/ #ifndef __AITRPC_H @@ -464,7 +464,7 @@ inline int rpc_srv_blobFree(rpc_srv_t * __restrict srv * rpc_srv_registerBLOB() Register new BLOB to server * @srv = RPC Server instance * @len = BLOB length - * return: -1 error or 0 register ok + * return: NULL error or new registered BLOB */ rpc_blob_t *rpc_srv_registerBLOB(rpc_srv_t * __restrict srv, size_t len); /*