From 7c8c91d808bbbfb4eab57a68fc73ccb32046b5f1 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Mon, 11 Apr 2022 17:28:29 +0200 Subject: redir: reshuffle functions --- redir.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'redir.h') diff --git a/redir.h b/redir.h index 9644441..d170562 100644 --- a/redir.h +++ b/redir.h @@ -66,13 +66,14 @@ 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_config(struct redir *r); 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); int redir_data(struct redir *r); -- cgit