home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / files / fdf101 / fdfstat.h < prev    next >
Encoding:
Text File  |  1992-04-29  |  243 b   |  9 lines

  1.  
  2. /* fdfstat.c */
  3. void update_total_bytes(long f_size);
  4. void update_total_del_bytes(long f_size);
  5. void update_num_files(void);
  6. void update_num_which_dupd(void);
  7. void update_num_dups(unsigned n_dups, long bytes);
  8. void print_stats(void);
  9.