diff options
Diffstat (limited to 'src/terminal.h')
-rw-r--r-- | src/terminal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/terminal.h b/src/terminal.h deleted file mode 100644 index 63253e9..0000000 --- a/src/terminal.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef TTYD_TERMINAL_H -#define TTYD_TERMINAL_H - -int pty_fork(int *pty, const char *file, char *const argv[], const char *term); - -int pty_resize(int pty, int cols, int rows); - -#endif // TTYD_TERMINAL_H |