00001 #ifndef fiddef_h 00002 #define fiddef_h 00003 00004 /* Access.h v1.3 Definitions for file access routines */ 00005 00006 /* 00007 This is part of ODS2 written by Paul Nankervis, 00008 email address: Paulnank@au1.ibm.com 00009 00010 ODS2 is distributed freely for all members of the 00011 VMS community to use. However all derived works 00012 must maintain comments in their source to acknowledge 00013 the contibution of the original author. 00014 00015 Originally part of access.h 00016 */ 00017 00018 #define NO_DOLLAR 00019 00020 struct _fiddef { 00021 vmsword fid_w_num; 00022 vmsword fid_w_seq; 00023 union { 00024 vmsword fid_w_rvn; 00025 struct { 00026 vmsbyte fid_b_rvn; 00027 vmsbyte fid_b_nmx; 00028 }; 00029 }; 00030 }; 00031 00032 #endif 00033