mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 05:36:32 +00:00
Introduced groups_t instead of uint32_t
This commit is contained in:
parent
557f299b82
commit
2cddaf22b1
35 changed files with 152 additions and 132 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
static int xioopen_proxy_connect(int argc, const char *argv[], struct opt *opts,
|
||||
int xioflags, xiofile_t *fd,
|
||||
unsigned groups, int dummy1, int dummy2,
|
||||
groups_t groups, int dummy1, int dummy2,
|
||||
int dummy3);
|
||||
|
||||
const struct optdesc opt_proxyport = { "proxyport", NULL, OPT_PROXYPORT, GROUP_HTTP, PH_LATE, TYPE_STRING, OFUNC_SPEC };
|
||||
|
@ -79,7 +79,7 @@ static ssize_t
|
|||
|
||||
static int xioopen_proxy_connect(int argc, const char *argv[], struct opt *opts,
|
||||
int xioflags, xiofile_t *xxfd,
|
||||
unsigned groups, int dummy1, int dummy2,
|
||||
groups_t groups, int dummy1, int dummy2,
|
||||
int dummy3) {
|
||||
/* we expect the form: host:host:port */
|
||||
struct single *xfd = &xxfd->stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue