home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d352 / mg.lha / MG / src.LZH / amiga / foob.h < prev    next >
C/C++ Source or Header  |  1990-05-23  |  289b  |  11 lines

  1. /*
  2.  * File Out Of Band data for AmigaDOS. While an argument could be made for
  3.  * putting the comment on the file here, that would add 80 more bytes to each
  4.  * buffer structure. I'm not willing to pay it, so all you get is the
  5.  * protection bits.
  6.  */
  7.  
  8. #ifndef    FOOB
  9. #define FOOB    long
  10. #endif
  11.