Annotation of gcl520h/_modema.h, revision 1.1.1.1

1.1       root        1: #ifndef __MODEMA_DOT_H
                      2: #define __MODEMA_DOT_H
                      3: 
                      4: /*
                      5:  * _MODEMA.H            5.20A  June 8, 1995
                      6:  *
                      7:  *  The Greenleaf Comm Library
                      8:  *
                      9:  *  Copyright (C) 1991-1995 Greenleaf Software Inc.  All Rights Reserved.
                     10:  *
                     11:  * NOTES
                     12:  *
                     13:  * This header file contains constants, structures, and definitions
                     14:  * used by the Modem Assist interface code.  There should generally
                     15:  * not be any reason for an end user of the library to include this file.
                     16:  *
                     17:  * MODIFICATIONS
                     18:  *
                     19:  *
                     20:  */
                     21: 
                     22: #include "modema.h"
                     23: 
                     24: typedef struct modem_assist_port {
                     25:     int line_status;
                     26:     int peek_char;
                     27:     unsigned int input_count;
                     28:     unsigned int output_count;
                     29:     int rts;
                     30:     int xon_xoff;
                     31:     int rts_cts;
                     32:     char name[ 17 ];
                     33: } MODEM_ASSIST_PORT;
                     34: 
                     35: int GF_CONV _DumpPortStatusModemAssist( PORT *port, PORT_DUMPER printer );
                     36: 
                     37: #endif  /* #ifndef __MODEMA_DOT_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.