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