home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / FDF101.ZIP / FDFSTAT.H < prev    next >
Text File  |  1992-04-29  |  243b  |  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.