mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
Internal: renamed xioopts_t to xioparms_t
This commit is contained in:
parent
eeabf31e04
commit
3e282ee7a0
14 changed files with 58 additions and 56 deletions
12
xioopts.c
12
xioopts.c
|
@ -1890,16 +1890,16 @@ int parseopts_table(const char **a, groups_t groups, struct opt **opts,
|
|||
} ;
|
||||
|
||||
i = 0;
|
||||
/*endkey[i++] = xioopts.chainsep;*/ /* default: "|" */
|
||||
endkey[i++] = xioopts.pipesep; /* default: "!!" */
|
||||
endkey[i++] = ","/*xioopts.comma*/; /* default: "," */
|
||||
/*endkey[i++] = xioparms.chainsep;*/ /* default: "|" */
|
||||
endkey[i++] = xioparms.pipesep; /* default: "!!" */
|
||||
endkey[i++] = ","/*xioparms.comma*/; /* default: "," */
|
||||
endkey[i++] = "=";
|
||||
endkey[i++] = NULL;
|
||||
|
||||
i = 0;
|
||||
/*endval[i++] = xioopts.chainsep;*/ /* default: "|" */
|
||||
endval[i++] = xioopts.pipesep; /* default: "!!" */
|
||||
endval[i++] = ","/*xioopts.comma*/; /* default: "," */
|
||||
/*endval[i++] = xioparms.chainsep;*/ /* default: "|" */
|
||||
endval[i++] = xioparms.pipesep; /* default: "!!" */
|
||||
endval[i++] = ","/*xioparms.comma*/; /* default: "," */
|
||||
endval[i++] = NULL;
|
||||
|
||||
i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue