Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3292 → Rev 3293

/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h
3,6 → 3,12
 
/* Prototypes for the ls command, excluding entry points */
 
#define LS_BOGUS 0
#define LS_FILE 1
#define LS_DIR 2
 
extern unsigned int ls_scope(const char *);
extern void ls_print(const char *);
 
#endif /* LS_H */