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

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

#endif /* !E2TOOLS_LS_H */