home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / dwnsrs57.zip / DOWNFPRO.H < prev    next >
Text File  |  1993-06-11  |  2KB  |  53 lines

  1. /* ============================================================= */
  2. /*  Rob Hamerling's MAXIMUS download file scan and sort utility  */
  3. /*  -> DOWNFPRO.H                                                */
  4. /*  -> Function prototypes for 'global' functions                */
  5. /*     that may be called from different reporting functions     */
  6. /* ============================================================= */
  7.  
  8. char      *asciiz(char *);
  9. void       block_title(FILE *, short int, char *, unsigned int);
  10. unsigned int count_areas(DOWNPATH _HUGE *, short int);
  11. unsigned long int count_bytes(DOWNPATH _HUGE *);
  12. unsigned int count_files(DOWNPATH _HUGE *);
  13. void       desc_part(FILE *, char *, unsigned int,
  14.                      unsigned int, unsigned int);
  15. char      *f_date(FDATE);
  16. char      *f_time(FTIME);
  17. char      *f_size_date(ULONG, FDATE, FDATE, FTIME);
  18. char       file_age_ind(FDATE, FTIME);
  19. void       file_incl(FILE *, unsigned int);
  20. long       file_time(FDATE, FTIME);
  21. void       insert_title(FILE *, char *[], int);
  22. char      *next_word(char *);
  23. FILECHAIN *new_acq(FILECHAIN *, FILECHAIN *);
  24. unsigned int preproc_area(DOWNPATH _HUGE *,
  25.                           FILECHAIN **, short int);
  26. void       psort(FILECHAIN **, short int, short int,
  27.                     int (*)(const void *, const void *));
  28. void     sep_line(FILE *, char, unsigned short int,...);
  29. void     show_help(void);
  30. void     show_welcome(void);
  31. void     signature(FILE *, char *);
  32. int      sort_all(const void *, const void *);
  33. int      sort_al2(const void *, const void *);
  34. int      sort_akp(const void *, const void *);
  35. int      sort_fil(const void *, const void *);
  36. int      sort_gbl(const void *, const void *);
  37. int      sort_new(const void *, const void *);
  38. int      sort_summ(const void *, const void *);
  39. char    *stripf(char *);
  40. char    *strava(char *);
  41. char    *strnblk(char *, short int, short int, short int);
  42. short int strsubw(char *, char **, short int);
  43. char    *sys_date(char *);
  44. int      non_wild_init(short int, char *, char *);
  45. int      wild_init(short int, char *, char *);
  46. int      wild_comp(char *,char *);
  47.  
  48. #if defined(DEBUG)
  49.   int dump_area_array(DOWNPATH _HUGE *, short int, char *);
  50.   int dump_file_chain(FILECHAIN *, char *);
  51. #endif
  52.  
  53.