diff options
Diffstat (limited to 'Xtrans.c')
-rw-r--r-- | Xtrans.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -202,6 +202,7 @@ TRANS(ParseAddress) (char *address, char **protocol, char **host, char **port) char *_host, *_port; char hostnamebuf[256]; int _host_len; + size_t len; prmsg (3,"ParseAddress(%s)\n", address); @@ -491,6 +492,7 @@ TRANS(Reopen) (int type, int trans_id, int fd, char *port) Xtransport *thistrans = NULL; char *save_port; int i; + size_t len; prmsg (2,"Reopen(%d,%d,%s)\n", trans_id, fd, port); @@ -632,6 +634,7 @@ TRANS(GetReopenInfo) (XtransConnInfo ciptr, { int i; + size_t len; for (i = 0; i < NUMTRANS; i++) if (Xtransports[i].transport == ciptr->transptr) |