|
|
1.1 ! root 1: /* rtf.h - definitions for RT-file transfer utility */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/others/rtf/RCS/rtf.h,v 7.0 89/11/23 22:10:47 mrose Rel $ ! 5: * ! 6: * ! 7: * $Log: rtf.h,v $ ! 8: * Revision 7.0 89/11/23 22:10:47 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: #include <stdio.h> ! 25: #include "rtsap.h" ! 26: #include "logger.h" ! 27: #include "RTF-types.h" ! 28: #ifdef NULL ! 29: #undef NULL ! 30: #endif ! 31: #include <sys/param.h> ! 32: #ifndef NULL ! 33: #define NULL 0 ! 34: #endif ! 35: #ifndef SYS5 ! 36: #include <sys/file.h> ! 37: #else ! 38: #ifndef AIX ! 39: #include <sys/fcntl.h> ! 40: #else ! 41: #include <fcntl.h> ! 42: #endif ! 43: #endif ! 44: #include <sys/stat.h> ! 45: ! 46: ! 47: extern LLog *pgm_log; ! 48: ! 49: /* */ ! 50: ! 51: char *SReportString (); ! 52: ! 53: void rts_adios (), rts_advise (); ! 54: void adios (), advise (), ryr_advise ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.