Changeset f4f4b95 in mainline for uspace/app/bdsh/cmds/modules/ls/ls.h
- Timestamp:
- 2018-12-15T18:33:04Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0feb39b
- Parents:
- c7afdf7a
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2018-12-15 18:30:35)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2018-12-15 18:33:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.h
rc7afdf7a rf4f4b95 27 27 bool exact_size; 28 28 29 void(*printer)(struct dir_elem_t *);29 bool (*printer)(struct dir_elem_t *); 30 30 } ls_job_t; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.