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
463 B
C
Raw Permalink Normal View History

2009-05-15 20:01:56 +00:00
#ifndef _OPENPORT_H
#define _OPENPORT_H
/* $Id: openport.h,v 1.2 2003/10/13 21:36:31 mbroek Exp $ */
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