home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / edit / mg / src.lzh / h / foob.h < prev    next >
Text File  |  1990-05-23  |  607b  |  11 lines

  1. /*
  2.  * Default foob file. Each system has it's own out of band data for files, so
  3.  * we normally expect to find the file <sysname>/foob.h instead of this. That
  4.  * file should define FOOB as a type (i.e. - #define FOOB long), one of which
  5.  * type to be added to each struct buffer as b_foob. Two new routines must
  6.  * also be provided: putfoob & getfoob. Putfoob takes a file name & a FOOB,
  7.  * and makes the named file have that FOOB. Getfoob takes a file name, and
  8.  * returns the FOOB for that file. If the filename is NULL, or there is an
  9.  * error, it should return a default value for use on new files.
  10.  */
  11.