Changeset 415c7e0d in mainline for uspace/app/bdsh/cmds/modules/ls/ls.h
- Timestamp:
- 2009-06-28T21:41:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfd247f
- Parents:
- 75160a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.h
r75160a6 r415c7e0d 10 10 static unsigned int ls_scope(const char *); 11 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 14 #endif /* LS_H */
Note:
See TracChangeset
for help on using the changeset viewer.