Files
cdba/tty.h

8 lines
113 B
C
Raw Permalink Normal View History

#ifndef __TTY_H__
#define __TTY_H__
struct termios;
int tty_open(const char *tty, struct termios *old);
#endif