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

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