X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=contrib%2Fputty%2FCONTRIB%2FCYGTERMD%2FPTY.H;fp=contrib%2Fputty%2FCONTRIB%2FCYGTERMD%2FPTY.H;h=0000000000000000000000000000000000000000;hb=cd32e751ba432841a12f86640ccffe02d17f08e3;hp=d4c22e26ab51a9ba9e69a6c900b45048aa1fdeca;hpb=69719d3c17c5e3f8810a4c5f3bde56229f5127fc;p=ffftp%2Fffftp.git diff --git a/contrib/putty/CONTRIB/CYGTERMD/PTY.H b/contrib/putty/CONTRIB/CYGTERMD/PTY.H deleted file mode 100644 index d4c22e2..0000000 --- a/contrib/putty/CONTRIB/CYGTERMD/PTY.H +++ /dev/null @@ -1,28 +0,0 @@ -/* - * pty.h - FIXME - */ - -#ifndef FIXME_PTY_H -#define FIXME_PTY_H - -#include "telnet.h" /* for struct shdata */ - -/* - * Called at program startup to actually allocate a pty, so that - * we can start passing in resize events as soon as they arrive. - */ -void pty_preinit(void); - -/* - * Set the terminal size for the pty. - */ -void pty_resize(int w, int h); - -/* - * Start a program in a subprocess running in the pty we allocated. - * Returns the fd of the pty master. - */ -int run_program_in_pty(const struct shell_data *shdata, - char *directory, char **program_args); - -#endif /* FIXME_PTY_H */