home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / getty / getty_protos.h < prev    next >
Encoding:
Text File  |  1994-02-06  |  1.2 KB  |  42 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* getty.c              */
  6.  
  7. Prototype char    DeviceName[64];
  8. Prototype long    DeviceUnit;
  9. Prototype BPTR    NullFH;
  10. Prototype Iot      Iot0;
  11. Prototype Iot      Iot1;
  12. Prototype IOSer   Ios;
  13. Prototype IOSer   Iosr;
  14. Prototype IOSer   Iosw;
  15. Prototype IOSer   Ioss;
  16. Prototype long      MainTimeout;
  17. Prototype char      Iot0IP;    /*  Iot0 in progress      */
  18. Prototype char      Iot1IP;    /*  Iot1 in progress      */
  19. Prototype char      IosrIP;    /*  serial read in prog   */
  20. Prototype char      IoswIP;    /*  serial write in prog  */
  21. Prototype char    HardLink;
  22. Prototype char    BaudReport;
  23. Prototype long    BaudRate;
  24. Prototype char    UserReport;    /* Added by Christian Wolf (chris@wolfhh.hanse.de) */
  25. Prototype struct MsgPort *IoSink;
  26. Prototype char    LoginBuf[32];
  27. Prototype char    PasswdBuf[32];
  28. Prototype void NiceAbortIO (void *);
  29. Prototype void RxStart (void);
  30. Prototype void RxStop (void);
  31. Prototype long GetStatus (void);
  32. Prototype void Timeout (int);
  33.  
  34. /* passwd.c             */
  35.  
  36. Prototype void RunPasswdEntry (void);
  37. Prototype void RunPasswdEntryCmd (char *);
  38. Prototype void RunPasswdEntryShell (char *);
  39. Prototype void InteractiveTransfer (FifoHan, FifoHan, int);
  40. Prototype void SendBreak (int);
  41. Prototype int  CheckLoginAndPassword (void);
  42.