Skip to content
Snippets Groups Projects
Commit 0f6fea78 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Updates to xedit_t and xtrnsec_t definitions (out of date)

parent 9c0109c6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -45,12 +45,14 @@ struct.swap_t={
struct.xedit_t={
name: {bytes:41, type:"str"},
code: {bytes:LEN_CODE+1, type:"str"},
cmd: {bytes:LEN_CMD+1, type:"str"}, // was lcmd
rcmd: {bytes:LEN_CMD+1, type:"str"}, // unused
lcmd: {bytes:LEN_CMD+1, type:"str"}, // unused
cmd: {bytes:LEN_CMD+1, type:"str"}, // was rcmd
settings: {bytes:UINT32_T, type:"int"}, // was misc
ars: {bytes:LEN_ARSTR+1, type:"str"}, // was arstr
type: {bytes:UCHAR, type:"int"},
__PADDING__:{bytes:15}
soft_cr: {bytes:UCHAR, type:"int"},
quotewrap_cols: {bytes:UINT16_T, type:"int"},
__PADDING__:{bytes:12}
};
struct.xtrnsec_t={
name: {bytes:41, type:"str"},
......@@ -144,8 +146,8 @@ struct.grp_t={
name: {bytes:LEN_GSNAME+1, type:"str"}, // was sname
ars: {bytes:LEN_ARSTR+1, type:"str"}, // was arstr
code_prefix: {bytes:LEN_CODE+1, type:"str"},
// uchar *ar;
__PADDING__:{bytes:87}
sort: {bytes:1, type:"int"},
__PADDING__:{bytes:86}
};
struct.qhubsub_t={
conf: {bytes:UINT16_T, type:"int"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment