home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / daymisckit / DAYLogFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-23  |  254 b   |  12 lines

  1. //
  2. //    DAYLogFile.h -- this is a compatability header
  3. //        Written by Don Yacktman Copyright (c) 1993 by Don Yacktman.
  4. //    
  5.  
  6. #import <misckit/MiscLogFile.h>
  7.  
  8. #ifndef DAYLOGCOMPAT_H
  9. #define DAYLOGCOMPAT_H
  10. #define DAYLogFile MiscLogFile
  11. #endif DAYLOGCOMPAT_H
  12.