summaryrefslogtreecommitdiffstats
path: root/ln.h
blob: c7a1fe6874f5e26202beff3a433a8d58e4b672f3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef E2TOOLS_LN_H
#define E2TOOLS_LN_H

extern long do_ln(int argc, char *argv[]);

extern long create_hard_link(ext2_filsys fs, ext2_ino_t cwd, ext2_ino_t
                             new_file_ino, char *newfile, int ln_flags);

#endif /* !E2TOOLS_LN_H */