home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / TAR32053 / tar32053.exe / SRC / CHKFNAME.H < prev    next >
C/C++ Source or Header  |  1999-05-23  |  673b  |  21 lines

  1. #ifndef __DEFCONF_H
  2. #include "defconf.h"
  3. #endif
  4. /*
  5.    This file was hacked for kmtar PowerUpKit v3.7
  6.                                     at 1995-03-29.
  7.                                     by tantan SGL00213@niftyserve.or.jp 
  8. */
  9. void check_fname(char *dest, char *sour, int make_new, int dir_p);
  10. void em_erase_rename_table(void);
  11. int inspect_fname_list(void);
  12. void read_res_file(char ***argv);
  13. void read_rule_file(char **argv);    /* used by all command */
  14. char *get_orgname(char *new_name);
  15. void recode_names(char *sour); /* for t command */
  16. int store_rule(char *s1,char *s2);
  17. int chk_rename_table(void);
  18. #ifdef DLL
  19. void chkfname_static_init(void);
  20. #endif
  21.