From 8c04f0d56d88ebea808d5505dcee07e8d197e360 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 20 Jun 2018 13:23:48 +0200 Subject: Made a working ssh proxy server --- src/pty.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/pty.h (limited to 'src/pty.h') diff --git a/src/pty.h b/src/pty.h deleted file mode 100644 index c130f4a..0000000 --- a/src/pty.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _PTY_H_ -#define _PTY_H_ - -#include "util.h" - -int pty_request(ssh_session session, ssh_channel channel, - const char *term, int cols, int rows, int py, int px, - void *userdata); -int pty_resize(ssh_session session, ssh_channel channel, int cols, - int rows, int py, int px, void *userdata); -int exec_pty(const char *mode, const char *command, - struct channel_data_struct *cdata); -int exec_nopty(const char *command, struct channel_data_struct *cdata); - -#endif -- cgit v1.2.3