Subversion Repositories HelenOS

Rev

Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4055 Rev 4668
Line 7... Line 7...
7
#define LS_DIR   2
7
#define LS_DIR   2
8
 
8
 
9
 
9
 
10
static unsigned int ls_scope(const char *);
10
static unsigned int ls_scope(const char *);
11
static void ls_scan_dir(const char *, DIR *);
11
static void ls_scan_dir(const char *, DIR *);
12
static void ls_print_dir(const char *);
-
 
13
static void ls_print_file(const char *, const char *);
12
static void ls_print(const char *, const char *);
14
 
13
 
15
#endif /* LS_H */
14
#endif /* LS_H */
16
 
15