ftp.nice.ch/pub/next/unix/communication/newam.0.1.s.tar.gz#/newam-0.1/Dial/device.h

This is device.h in view mode; [Download] [Up]

#ifndef __DEVICE_H
#define __DEVICE_H

int openDevice (char *devicetype,char port) ;
#define closeDevice(line) close(line)
int initDevice (int line,int baud) ;
int lockDevice (char *devicetype,char port) ;
int unlockDevice (char *devicetype,char port) ;
int deviceLocked (char *devicetype,char port) ;

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.