version 1.3, 2024/03/20 17:32:30
|
version 1.3.4.1, 2024/12/09 13:41:57
|
Line 68 typedef struct {
|
Line 68 typedef struct {
|
|
|
/* ----------------------------------------------------------------------- */ |
/* ----------------------------------------------------------------------- */ |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
/* Error support functions */ |
/* Error support functions */ |
|
|
// rpc_GetErrno() Get error code of last operation |
// rpc_GetErrno() Get error code of last operation |
Line 330 rpc_cli_t *rpc_cli_openClientExt(u_char InstID, int ne
|
Line 334 rpc_cli_t *rpc_cli_openClientExt(u_char InstID, int ne
|
*/ |
*/ |
void rpc_cli_closeClientExt(rpc_cli_t ** __restrict cli); |
void rpc_cli_closeClientExt(rpc_cli_t ** __restrict cli); |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |