summaryrefslogtreecommitdiffstats
path: root/src/terminal.h
blob: 63253e9e80d6400cd8498140a20c41ab4624c7aa (plain)
1
2
3
4
5
6
7
8
#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