|
|
1.1 ! root 1: #ifndef __FOSSIL_DOT_H ! 2: #define __FOSSIL_DOT_H ! 3: ! 4: /* ! 5: * _FOSSIL.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 FOSSIL 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: * December 12, 1992 4.00A : Initial release ! 20: */ ! 21: ! 22: typedef struct fossil_port { ! 23: int line_status; ! 24: int flow_control_bits; ! 25: char far *fossil_name; ! 26: } FOSSIL_PORT; ! 27: ! 28: typedef struct fossil_data { ! 29: int structure_size; ! 30: int revisions; ! 31: char far *ascii_id; ! 32: int input_buffer_size; ! 33: int input_bytes_available; ! 34: int output_buffer_size; ! 35: int output_bytes_available; ! 36: int screen_data; ! 37: int baud_rate_mask; ! 38: } FOSSIL_DATA; ! 39: ! 40: void GF_CONV _LoadFossilData( int port, FOSSIL_DATA far *fossil_data ); ! 41: int GF_CONV _DumpPortStatusFossil( PORT *port, PORT_DUMPER printer ); ! 42: ! 43: ! 44: #endif /* #ifndef __FOSSIL_DOT_H */ ! 45:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.