Rev 3403 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef LS_ENTRY_H
#define LS_ENTRY_H
/* Entry points for the ls command */
extern int cmd_ls(char **);
extern void help_cmd_ls(unsigned int);
#endif /* LS_ENTRY_H */