|
|
1.1 ! root 1: /* ryinitiator.h - include file for the generic interactive initiator */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/others/lookup/RCS/ryinitiator.h,v 7.1 90/07/01 21:04:30 mrose Exp $ ! 5: * ! 6: * ! 7: * $Log: ryinitiator.h,v $ ! 8: * Revision 7.1 90/07/01 21:04:30 mrose ! 9: * pepsy ! 10: * ! 11: * Revision 7.0 89/11/23 22:56:43 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: #include "rosy.h" ! 28: ! 29: ! 30: static struct dispatch { ! 31: char *ds_name; ! 32: int ds_operation; ! 33: ! 34: IFP ds_argument; ! 35: modtyp *ds_mod; /* pointer to module table */ ! 36: int ds_ind; /* Index into module table */ ! 37: ! 38: IFP ds_result; ! 39: IFP ds_error; ! 40: ! 41: char *ds_help; ! 42: }; ! 43: ! 44: ! 45: void adios (), advise (); ! 46: void acs_adios (), acs_advise (); ! 47: void ros_adios (), ros_advise (); ! 48: ! 49: int ryinitiator ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.