Changeset 74ea3c6 in mainline for uspace/lib/libfs/libfs.h
- Timestamp:
- 2008-04-12T22:38:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32fb10ed
- Parents:
- e22632a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.h
re22632a9 r74ea3c6 53 53 unsigned (* lnkcnt_get)(void *); 54 54 bool (* has_children)(void *); 55 void *(* root_get)( void);55 void *(* root_get)(dev_handle_t); 56 56 char (* plb_get_char)(unsigned pos); 57 57 bool (* is_directory)(void *);
Note:
See TracChangeset
for help on using the changeset viewer.