|
|
1.1 root 1: #ifndef __SPARK_DOT_H
2: #define __SPARK_DOT_H
3:
4: /*
5: * _SPARK.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 Greenleaf Sparkle interface code. There should
15: * generally not be any reason for an end user of the library to
16: * include this file.
17: *
18: * MODIFICATIONS
19: *
20: * December 12, 1992 4.00A : Initial release
21: */
22:
23: typedef struct sparkle_port {
24: int line_status;
25: long baud_rate;
26: char parity;
27: int word_length;
28: int stop_bits;
29: int initial_bx;
30: int initial_cx;
31: unsigned int char_counter;
32: char name[ 41 ];
33: } SPARKLE_PORT;
34:
35: int GF_CONV _DumpPortStatusSparkle( PORT *port, PORT_DUMPER printer );
36:
37:
38: #endif /* #ifndef __SPARK_DOT_H */
39:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.