summaryrefslogtreecommitdiffstats
path: root/ls.h
blob: d339d4822f2b6e313ba88f33739900c1297812ca (plain)
1
2
3
4
5
6
#ifndef E2TOOLS_LS_H
#define E2TOOLS_LS_H

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

#endif /* !E2TOOLS_LS_H */