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/mbsebbs-code/mbcico/openport.h
vbcoen 6a6a253885 Updated mbmon.c & mbsetup.c
Added doc dir. and manual as .pdf
restored deleted files - yep I screwed the pooch.
2015-11-03 20:41:11 +00:00

28 lines
463 B
C

#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