This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbcico/openport.h

28 lines
413 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _OPENPORT_H
#define _OPENPORT_H
2003-10-13 21:36:30 +00:00
/* $Id$ */
2001-08-17 05:46:24 +00:00
void linedrop(int);
void interrupt(int);
2003-10-13 21:36:30 +00:00
void sigpipe(int);
2001-08-17 05:46:24 +00:00
#ifdef TIOCWONLINE
void alarmsig(int);
#endif
int openport(char *, int);
void localport(void);
void nolocalport(void);
int rawport(void);
int cookedport(void);
void closeport(void);
void sendbrk(void);
int tty_raw(int);
int tty_local(void);
int tty_nolocal(void);
int tty_cooked(void);
#endif