Subversion Repositories HelenOS

Rev

Rev 3397 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3277 post 1
#ifndef LS_ENTRY_H
2
#define LS_ENTRY_H
3
 
4
/* Entry points for the ls command */
3492 rimsky 5
extern int cmd_ls(char **);
6
extern void help_cmd_ls(unsigned int);
3277 post 7
 
8
#endif /* LS_ENTRY_H */
9