Fix build: forward declare struct tty before defining the tty function

types.
This commit is contained in:
Marcel Moolenaar 2004-07-01 03:08:15 +00:00
parent 320f640b93
commit b8c87726c8

View File

@ -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 *);