|
|
1.1 root 1: /* ryinitiator.h - include file for the generic interactive initiator */
2:
3: /*
4: * $Header: /f/osi/imisc/RCS/ryinitiator.h,v 7.1 90/07/01 21:04:12 mrose Exp $
5: *
6: *
7: * $Log: ryinitiator.h,v $
8: * Revision 7.1 90/07/01 21:04:12 mrose
9: * pepsy
10: *
11: * Revision 7.0 89/11/23 21:57:44 mrose
12: * Release 6.0
13: *
14: */
15:
16: /*
17: * NOTICE
18: *
19: * Acquisition, use, and distribution of this module and related
20: * materials are subject to the restrictions of a license agreement.
21: * Consult the Preface in the User's Manual for the full terms of
22: * this agreement.
23: *
24: */
25:
26:
27: #ifndef PEPSY_VERSION
28: #define PEPSY_VERSION 1
29: #endif
30: #include "rosy.h"
31:
32:
33: static struct dispatch {
34: char *ds_name;
35: int ds_operation;
36:
37: IFP ds_argument;
38: modtyp *ds_fr_mod; /* pointer to table for arguement type */
39: int ds_fr_index; /* index to entry in tables */
40:
41: IFP ds_result;
42: IFP ds_error;
43:
44: char *ds_help;
45: };
46:
47:
48: void adios (), advise ();
49: void acs_adios (), acs_advise ();
50: void ros_adios (), ros_advise ();
51:
52: int ryinitiator ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.