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

/* from write.c */
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 */