home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / include / uucico_protos.h < prev    next >
Encoding:
Text File  |  1990-11-21  |  2.3 KB  |  91 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* gio.c                */
  6.  
  7. Prototype int gwrdata(FILE *);
  8. Prototype int gwrmsg(char *);
  9. Prototype int grddata(FILE *);
  10. Prototype int grdmsg(char *, int);
  11. Prototype int gturnon(int);
  12. Prototype int gturnoff(void);
  13. Prototype void ResetGIO(void);
  14.  
  15. /* sysdep.c             */
  16.  
  17. Prototype int openout(char *, int);
  18. Prototype int sigint(void);
  19. Prototype void cleanup(void);
  20. Prototype int xdatardy(void);
  21. Prototype int xgetc(int);
  22. Prototype int xwrite(const void *, int);
  23. Prototype int xwritea(const void *, int);
  24. Prototype int xxwrite(const void *, int, int);
  25. Prototype void SendBreak(void);
  26. Prototype int CheckCarrier(void);
  27. Prototype void *bzero(void *, long);
  28. Prototype void *bcopy(const void *, void *, long);
  29. Prototype void munge_filename(char *, char *);
  30. Prototype int hangup(void);
  31. Prototype char *work_scan(char *);
  32. Prototype char *work_next(void);
  33. Prototype void amiga_closeopen(char *);
  34. Prototype void amiga_setup(void);
  35. Prototype void set_baud(int);
  36. Prototype void OpenSerial(void);
  37. Prototype void CloseSerial(void);
  38. Prototype void xexit(int);
  39. Prototype void printc(unsigned char);
  40.  
  41. /* uucp.c               */
  42.  
  43.  
  44. /* uupoll.c             */
  45.  
  46.  
  47. /* uuxqt.c              */
  48.  
  49.  
  50. /* modem.c              */
  51.  
  52. Prototype void openline(void);
  53. Prototype int  get_baud(void);
  54. Prototype void modem_init(void);
  55. Prototype int  dial_nbr(const char *);
  56. Prototype void reset_modem(void);
  57.  
  58. /* uucico.c             */
  59.  
  60. Prototype   int getname(int);
  61. Prototype   int get_proto(void);
  62. Prototype   int instr(char *, int);
  63. Prototype   int twrite(const char *, int);
  64. Prototype   void xlat_str(char *, char *);
  65. Prototype   int read_ctl(void);
  66. Prototype   int do_outbound(void);
  67. Prototype   int call_system(char *, int);
  68. Prototype   int call_sysline(char *);
  69. Prototype   int do_session(int);
  70. Prototype   int top_level(int);
  71. Prototype   int do_one_slave(void);
  72. Prototype   int do_one_master(void);
  73. Prototype   int yesno(char, int, int);
  74. Prototype   int host_send_file(char *);
  75. Prototype   int host_receive_file(char *);
  76. Prototype   int local_send_file(char *, int *);
  77. Prototype   int local_receive_file(void);
  78. Prototype   int receive_file(FILE *, char *, char *, char *, int);
  79. Prototype   int send_file(FILE *);
  80. Prototype   void main(int, char **);
  81.  
  82. /* uuname.c             */
  83.  
  84.  
  85. /* uux.c                */
  86.  
  87.  
  88. /* time.c               */
  89.  
  90. Prototype int CheckTimeRestrictions(char *);
  91.