--- libaitrpc/inc/aitrpc.h 2012/05/16 07:20:43 1.8.2.5 +++ libaitrpc/inc/aitrpc.h 2012/05/16 07:24:08 1.8.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.8.2.5 2012/05/16 07:20:43 misho Exp $ +* $Id: aitrpc.h,v 1.8.2.6 2012/05/16 07:24:08 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -268,6 +268,13 @@ inline int rpc_addPktSession(rpc_sess_t *p, rpc_sess_t * return: -1 error or 0 ok */ int rpc_register_srvServices(rpc_srv_t * __restrict srv); +/* + * rpc_register_blobServices() - Register internal service functions + * + * @srv = RPC server instance + * return: -1 error or 0 ok + */ +int rpc_register_blobServices(rpc_srv_t * __restrict srv); /* RPC Server side functions */