File:  [Witchaven II] / gcl520h / _modema.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:58:10 2018 UTC (8 years, 1 month ago) by root
Branches: whavenII, MAIN
CVS tags: HEAD, Greenleaf
Greenleaf Comm Library

#ifndef __MODEMA_DOT_H
#define __MODEMA_DOT_H

/*
 * _MODEMA.H            5.20A  June 8, 1995
 *
 *  The Greenleaf Comm Library
 *
 *  Copyright (C) 1991-1995 Greenleaf Software Inc.  All Rights Reserved.
 *
 * NOTES
 *
 * This header file contains constants, structures, and definitions
 * used by the Modem Assist interface code.  There should generally
 * not be any reason for an end user of the library to include this file.
 *
 * MODIFICATIONS
 *
 *
 */

#include "modema.h"

typedef struct modem_assist_port {
    int line_status;
    int peek_char;
    unsigned int input_count;
    unsigned int output_count;
    int rts;
    int xon_xoff;
    int rts_cts;
    char name[ 17 ];
} MODEM_ASSIST_PORT;

int GF_CONV _DumpPortStatusModemAssist( PORT *port, PORT_DUMPER printer );

#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.