--- libaitrpc/inc/aitrpc.h 2014/01/28 14:05:43 1.23 +++ libaitrpc/inc/aitrpc.h 2014/03/03 00:36:01 1.23.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.23 2014/01/28 14:05:43 misho Exp $ +* $Id: aitrpc.h,v 1.23.4.1 2014/03/03 00:36:01 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -246,6 +246,8 @@ typedef struct { * return: -1 error or >-1 success execution */ typedef int (*rpc_callback_t)(rpc_cli_t *, struct tagRPCCall *, array_t *); + +#define RPC_CALL_DEFINE(x) int (x)(rpc_cli_t*, struct tagRPCCall*, array_t*) /* ----------------------------------------------------------------------- */