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
2003-10-13 21:36:30 +00:00

28 lines
413 B
C

#ifndef _OPENPORT_H
#define _OPENPORT_H
/* $Id$ */
void linedrop(int);
void interrupt(int);
void sigpipe(int);
#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