|
|
1.1 ! root 1: /* read.h - read operation */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/h/quipu/RCS/read.h,v 7.0 89/11/23 21:56:43 mrose Rel $ ! 5: * ! 6: * ! 7: * $Log: read.h,v $ ! 8: * Revision 7.0 89/11/23 21:56:43 mrose ! 9: * Release 6.0 ! 10: * ! 11: */ ! 12: ! 13: /* ! 14: * NOTICE ! 15: * ! 16: * Acquisition, use, and distribution of this module and related ! 17: * materials are subject to the restrictions of a license agreement. ! 18: * Consult the Preface in the User's Manual for the full terms of ! 19: * this agreement. ! 20: * ! 21: */ ! 22: ! 23: ! 24: #ifndef QUIPUREAD ! 25: #define QUIPUREAD ! 26: ! 27: #include "quipu/commonarg.h" ! 28: #include "quipu/ds_error.h" ! 29: #include "quipu/dap.h" ! 30: ! 31: /* THIS SECTION GIVES OPERATION PARAMETERS */ ! 32: ! 33: struct ds_read_arg { ! 34: CommonArgs rda_common; ! 35: DN rda_object; ! 36: EntryInfoSelection rda_eis; ! 37: }; ! 38: ! 39: struct ds_read_result { ! 40: CommonResults rdr_common; ! 41: EntryInfo rdr_entry; ! 42: }; ! 43: ! 44: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.