|
|
1.1 root 1: #ifndef _SPARKLE_DOT_H
2: #define _SPARKLE_DOT_H
3:
4: /*
5: * SPARKLE.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: * Level 1 functions that come with the Sparkle INT14 driver.
14: *
15: * MODIFICATIONS
16: *
17: * September 17, 1991 3.20 : First release.
18: */
19:
20: int GF_CONV SparkleGetNameOfAttachedLine( char *name );
21: int GF_CONV SparkleConnectToNamedLine( char *name );
22: int GF_CONV SparkleGetNextAvailableName( char *name );
23: int GF_CONV SparkleGetFirstAvailableName( char *name );
24:
25: #endif /* _SPARKLE_DOT_H */
26:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.