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/openport.h
2004-11-03 20:48:45 +00:00

12 lines
143 B
C

#ifndef _OPENPORT_H
#define _OPENPORT_H
/* $Id$ */
void hangup(void);
int rawport(void);
int cookedport(void);
void sendbrk(void);
#endif