summaryrefslogtreecommitdiffstats
path: root/tail.h
blob: 7b6eec3d2aee6e026cd0376efe1c7e0ec026a81f (plain)
1
2
3
4
5
6
7
#ifndef E2TOOLS_TAIL_H
#define E2TOOLS_TAIL_H

/* from tail.c */
extern long do_tail(int argc, char *argv[]);

#endif /* !E2TOOLS_TAIL_H */