version 1.15.2.5, 2013/07/16 12:35:25
|
version 1.17, 2013/08/13 00:09:35
|
Line 85 SUCH DAMAGE.
|
Line 85 SUCH DAMAGE.
|
#define CALL_BLOBCLIENTS 65528 |
#define CALL_BLOBCLIENTS 65528 |
#define CALL_BLOBVARS 65527 |
#define CALL_BLOBVARS 65527 |
|
|
|
/* RPC signals */ |
|
#define SIGFBLOB 54 |
|
|
/* RPC types */ |
/* RPC types */ |
|
|
Line 254 typedef int (*rpc_callback_t)(rpc_cli_t *, struct tagR
|
Line 256 typedef int (*rpc_callback_t)(rpc_cli_t *, struct tagR
|
int rpc_GetErrno(); |
int rpc_GetErrno(); |
// rpc_GetError() Get error text of last operation |
// rpc_GetError() Get error text of last operation |
const char *rpc_GetError(); |
const char *rpc_GetError(); |
|
// rpc_SetErr() Set error to variables for internal use!!! |
|
void rpc_SetErr(int eno, char *estr, ...); |
|
|
|
|
|
|
/* |
/* |