00001 #ifndef fi2def_h 00002 #define fi2def_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 _fi2 { 00021 char fi2_t_filename[20]; 00022 vmsword fi2_w_revision; 00023 VMSTIME fi2_q_credate; 00024 VMSTIME fi2_q_revdate; 00025 VMSTIME fi2_q_expdate; 00026 VMSTIME fi2_q_bakdate; 00027 char fi2_t_filenamext[66]; 00028 }; 00029 00030 #endif 00031