summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-11 11:27:53 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commitdbc54da5c73d9e8dd1b8a258a4723279423e6e58 (patch)
tree92532a5636715023d2cc47d34294d87c466efa3c /redir.h
parentc3a0964c4713bb997970dbc2d4eb1e9cf2433116 (diff)
downloadamtterm-dbc54da5c73d9e8dd1b8a258a4723279423e6e58.tar.gz
redir: IDE-redirection receive stubs
Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'redir.h')
-rw-r--r--redir.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/redir.h b/redir.h
index 64d46a7..06822d4 100644
--- a/redir.h
+++ b/redir.h
@@ -61,12 +61,11 @@ int redir_connect(struct redir *r);
int redir_start(struct redir *r);
int redir_stop(struct redir *r);
int redir_auth(struct redir *r);
+int redir_recv(struct redir *r);
int redir_sol_start(struct redir *r);
int redir_sol_stop(struct redir *r);
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_stop(struct redir *r);
int redir_ider_send(struct redir *r, unsigned char *buf, int blen);
-int redir_ider_recv(struct redir *r);
int redir_data(struct redir *r);