home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QS.ZIP / UUCICO / MODEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-06  |  665 b   |  22 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    m o d e m . h                                                   */
  3. /*                                                                    */
  4. /*    Prototypes for high level modem support routines                */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. CONN_STATE callup( void );
  8.  
  9. CONN_STATE callin( const char *logintime );
  10.  
  11. CONN_STATE callhot( const BPS speed );
  12.  
  13. void slowwrite( char *s, int len);
  14.  
  15. void shutdown( void );
  16.  
  17. INTEGER  GetGPacket( INTEGER maxvalue );
  18.  
  19. INTEGER  GetGWindow( INTEGER maxvalue );
  20.  
  21. extern char *device;
  22.