home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / RevRdist / headers / junkp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-04  |  326 b   |  11 lines  |  [TEXT/KAHL]

  1. /*
  2.  * junkp.h - Junking control parameters structure definition
  3.  */
  4. struct junkp
  5. {
  6.     unsigned long        min;        /* minimum age before purging */
  7.     unsigned long        max;        /* maximum age before purging */
  8.     unsigned long        space;        /* vol space remaining at which
  9.                                      * purging switches to min based */
  10. };
  11. typedef struct junkp junkp_t;