summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-13 12:51:56 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commit59f531cffb9c7fdbabf5f8f8e4655cafc6549f09 (patch)
tree1fb681508dc2bbb120df9d4809b6bb734cc50f87 /redir.h
parent4d10e4bfde39110d8119e57730581d391ce6c8e7 (diff)
downloadamtterm-59f531cffb9c7fdbabf5f8f8e4655cafc6549f09.tar.gz
redir: split client and server seqno
Both use independent counter. Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'redir.h')
-rw-r--r--redir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redir.h b/redir.h
index 4b76e1e..1c53284 100644
--- a/redir.h
+++ b/redir.h
@@ -136,7 +136,7 @@ int redir_sol_send(struct redir *r, unsigned char *buf, int blen);
int redir_sol_recv(struct redir *r);
int redir_ider_start(struct redir *r);
int redir_ider_config(struct redir *r);
-int redir_ider_reset(struct redir *r, unsigned int seqno);
+int redir_ider_reset(struct redir *r);
int redir_ider_stop(struct redir *r);
int redir_ider_send(struct redir *r, unsigned char *buf, int blen);
int redir_ider_recv(struct redir *r);