Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4686 → Rev 4687

/tags/0.4.1/uspace/app/bdsh/cmds/modules/ls/ls.h
0,0 → 1,13
#ifndef LS_H
#define LS_H
 
/* Various values that can be returned by ls_scope() */
#define LS_BOGUS 0
#define LS_FILE 1
#define LS_DIR 2
 
static void ls_scan_dir(const char *, DIR *);
static void ls_print(const char *, const char *);
 
#endif /* LS_H */