#ifndef	_OPENPORT_H
#define	_OPENPORT_H

/* $Id$ */

int 	rawport(void);
int 	cookedport(void);

#endif