|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T r
Length: 710 (0x2c6) Types: TextFile Names: »ryinitiator.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Chans/qmgr-load/ryinitiator.h«
/* ryinitiator.h - include file for the generic interactive initiator */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/qmgr-load/RCS/ryinitiator.h,v 5.0 90/09/20 15:53:23 pp Exp Locker: pp $ * * $Log: ryinitiator.h,v $ * Revision 5.0 90/09/20 15:53:23 pp * rcsforce : 5.0 public release * * */ #ifndef _H_QMGRLOAD_RYINITIATOR #define _H_QMGRLOAD_RYINITIATOR #include <isode/rosy.h> static struct client_dispatch { char *ds_name; int ds_operation; IFP ds_argument; IFP ds_free; IFP ds_result; IFP ds_error; char *ds_help; } Client_dispatch; void adios(), advise(); void acs_adios(), acs_advise(); void ros_adios(), ros_advise(); int ryinitiator(); #endif