home *** CD-ROM | disk | FTP | other *** search
/ ftp.eri.u-tokyo.ac.jp / 2014.03.ftp.eri.u-tokyo.ac.jp.zip / ftp.eri.u-tokyo.ac.jp / pub / DOS / tools / kmtar.lzh / ARCHIO.H < prev    next >
C/C++ Source or Header  |  1991-02-17  |  638b  |  15 lines

  1. extern int Nblocks;
  2. extern char *Current_file_name;    /* Name of current file */;
  3. extern long Current_file_size;    /* Size of current file */;
  4. extern int Current_file_mode;    /* Size of current file */;
  5. extern time_t Current_file_mtime; /* Modified time of current file */;
  6. extern long Current_file_left;    /* Left bytes in current file */;
  7. extern void check_vol(char *name, struct stat *p);
  8. extern int fill_buff(void);
  9. extern int read_arch(long n, char **ptr);
  10. extern int start_write_arch(int n);
  11. extern int buff_arch(int n, char **ptr);
  12. extern int write_arch(int n);
  13. extern int open_arch(char *mode);
  14. extern int close_arch(void);
  15.