home *** CD-ROM | disk | FTP | other *** search
-
- /* MACHINE GENERATED */
-
-
- /* getty.c */
-
- Prototype char DeviceName[64];
- Prototype long DeviceUnit;
- Prototype BPTR NullFH;
- Prototype Iot Iot0;
- Prototype Iot Iot1;
- Prototype IOSer Ios;
- Prototype IOSer Iosr;
- Prototype IOSer Iosw;
- Prototype IOSer Ioss;
- Prototype long MainTimeout;
- Prototype char Iot0IP; /* Iot0 in progress */
- Prototype char Iot1IP; /* Iot1 in progress */
- Prototype char IosrIP; /* serial read in prog */
- Prototype char IoswIP; /* serial write in prog */
- Prototype char HardLink;
- Prototype char BaudReport;
- Prototype long BaudRate;
- Prototype char UserReport; /* Added by Christian Wolf (chris@wolfhh.hanse.de) */
- Prototype struct MsgPort *IoSink;
- Prototype char LoginBuf[32];
- Prototype char PasswdBuf[32];
- Prototype void NiceAbortIO (void *);
- Prototype void RxStart (void);
- Prototype void RxStop (void);
- Prototype long GetStatus (void);
- Prototype void Timeout (int);
-
- /* passwd.c */
-
- Prototype void RunPasswdEntry (void);
- Prototype void RunPasswdEntryCmd (char *);
- Prototype void RunPasswdEntryShell (char *);
- Prototype void InteractiveTransfer (FifoHan, FifoHan, int);
- Prototype void SendBreak (int);
- Prototype int CheckLoginAndPassword (void);
-