summaryrefslogtreecommitdiffstats
path: root/write.h
blob: fb04733b8c34a81fdf423e041b393408d5361934 (plain)
1
2
3
4
5
6
7
8
#ifndef E2TOOLS_WRITE_H
#define E2TOOLS_WRITE_H

extern long
put_file(ext2_filsys fs, ext2_ino_t cwd, char *infile, char *outfile,
         ext2_ino_t *outfile_ino, int keep, struct stat *def_stat);

#endif /* !E2TOOLS_WRITE_H */