Changeset 74ea3c6 in mainline for uspace/lib/libfs
- 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
- Location:
- uspace/lib/libfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
re22632a9 r74ea3c6 148 148 149 149 void *par = NULL; 150 void *cur = ops->root_get( );150 void *cur = ops->root_get(dev_handle); 151 151 void *tmp; 152 152 -
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.