|
|
| version 1.11, 2013/07/16 13:04:20 | version 1.13, 2013/08/22 15:31:09 |
|---|---|
| Line 62 SUCH DAMAGE. | Line 62 SUCH DAMAGE. |
| #define CB_RXPACKET 2 | #define CB_RXPACKET 2 |
| #define CB_TXPACKET 3 | #define CB_TXPACKET 3 |
| #define BLOB_FILE "%s/BLOB-%0X" | #define BLOB_FILE "%s/BLOB-%0X" |
| Line 74 SUCH DAMAGE. | Line 73 SUCH DAMAGE. |
| extern int rpc_Errno; | extern int rpc_Errno; |
| extern char rpc_Error[STRSIZ]; | extern char rpc_Error[STRSIZ]; |
| void rpc_SetErr(int eno, char *estr, ...); | |
| void rpc_freeCli(rpc_cli_t * __restrict); | void rpc_freeCli(rpc_cli_t * __restrict); |
| void rpc_freeBLOBCli(rpc_cli_t * __restrict); | void rpc_freeBLOBCli(rpc_cli_t * __restrict); |