home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------*/
- /* m o d e m . h */
- /* */
- /* Prototypes for high level modem support routines */
- /*--------------------------------------------------------------------*/
-
- CONN_STATE callup( void );
-
- CONN_STATE callin( const char *logintime );
-
- CONN_STATE callhot( const BPS speed );
-
- void slowwrite( char *s, int len);
-
- void shutdown( void );
-
- INTEGER GetGPacket( INTEGER maxvalue );
-
- INTEGER GetGWindow( INTEGER maxvalue );
-
- extern char *device;
-