diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-09-09 23:33:06 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-09-09 23:33:06 +0000 |
commit | 5eb6315b3e4a7583a86c45ba87f581e30c17e41c (patch) | |
tree | 40fa86b502bfe6ca4b2416101c0afc940156294f /Src/Modules/tcp.h | |
parent | 3756589f1b24c897acc8efbd3c51177ed408f46d (diff) | |
download | zsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.tar.gz zsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.tar.xz zsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.zip |
15769: ztcp -a
Diffstat (limited to 'Src/Modules/tcp.h')
-rw-r--r-- | Src/Modules/tcp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Src/Modules/tcp.h b/Src/Modules/tcp.h index 9b674dd76..05684977f 100644 --- a/Src/Modules/tcp.h +++ b/Src/Modules/tcp.h @@ -72,8 +72,9 @@ union tcp_sockaddr { typedef struct tcp_session *Tcp_session; -#define ZTCP_INBOUND 1 -#define ZTCP_ZFTP 16 +#define ZTCP_LISTEN 1 +#define ZTCP_INBOUND 2 +#define ZTCP_ZFTP 16 struct tcp_session { int fd; /* file descriptor */ |