OSDN Git Service

Delete unused source files for 1.98d.
[ffftp/ffftp.git] / contrib / putty / CONTRIB / CYGTERMD / PTY.H
diff --git a/contrib/putty/CONTRIB/CYGTERMD/PTY.H b/contrib/putty/CONTRIB/CYGTERMD/PTY.H
deleted file mode 100644 (file)
index d4c22e2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*\r
- * pty.h - FIXME\r
- */\r
-\r
-#ifndef FIXME_PTY_H\r
-#define FIXME_PTY_H\r
-\r
-#include "telnet.h"                   /* for struct shdata */\r
-\r
-/*\r
- * Called at program startup to actually allocate a pty, so that\r
- * we can start passing in resize events as soon as they arrive.\r
- */\r
-void pty_preinit(void);\r
-\r
-/*\r
- * Set the terminal size for the pty.\r
- */\r
-void pty_resize(int w, int h);\r
-\r
-/*\r
- * Start a program in a subprocess running in the pty we allocated.\r
- * Returns the fd of the pty master.\r
- */\r
-int run_program_in_pty(const struct shell_data *shdata,\r
-                       char *directory, char **program_args);\r
-\r
-#endif /* FIXME_PTY_H */\r