Changeset 736c164 in mainline for uspace/lib/libfs/libfs.h
- Timestamp:
- 2008-03-30T22:30:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94b0b63
- Parents:
- 81c0171e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.h
r81c0171e r736c164 43 43 44 44 typedef struct { 45 bool (* match)(void *,void *, const char *);45 void * (* match)(void *, const char *); 46 46 void * (* node_get)(fs_handle_t, dev_handle_t, fs_index_t); 47 47 void * (* create)(int); … … 52 52 size_t (* size_get)(void *); 53 53 unsigned (* lnkcnt_get)(void *); 54 void *(* child_get)(void *); 55 void *(* sibling_get)(void *); 54 bool (* has_children)(void *); 56 55 void *(* root_get)(void); 57 56 char (* plb_get_char)(unsigned pos);
Note:
See TracChangeset
for help on using the changeset viewer.