Fix build: forward declare struct tty before defining the tty function
types.
This commit is contained in:
parent
320f640b93
commit
b8c87726c8
@ -65,6 +65,8 @@ struct clist {
|
||||
char *c_cl; /* Pointer to the last cblock. */
|
||||
};
|
||||
|
||||
struct tty;
|
||||
|
||||
typedef void t_oproc_t(struct tty *);
|
||||
typedef void t_stop_t(struct tty *, int);
|
||||
typedef int t_param_t(struct tty *, struct termios *);
|
||||
|
Loading…
Reference in New Issue
Block a user