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

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

#endif /* !E2TOOLS_TAIL_H */