|
|
1.1 root 1: /* ryresponder.h - include file for the generic idempotent responder */
2:
3: /*
4: * $Header: /f/osi/imisc/RCS/ryresponder.h,v 7.1 90/07/01 21:04:13 mrose Exp $
5: *
6: *
7: * $Log: ryresponder.h,v $
8: * Revision 7.1 90/07/01 21:04:13 mrose
9: * pepsy
10: *
11: * Revision 7.0 89/11/23 21:57:46 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: #include "logger.h"
32:
33:
34: static struct dispatch {
35: char *ds_name;
36: int ds_operation;
37:
38: IFP ds_vector;
39: };
40:
41:
42: void adios (), advise ();
43: void acs_advise ();
44: void ros_adios (), ros_advise ();
45: void ryr_advise ();
46:
47: int ryresponder ();
48:
49:
50: extern int debug;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.