Changeset a8e9ab8d in mainline for uspace/lib/libfs/libfs.h
- Timestamp:
- 2008-03-09T17:18:30Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4072980
- Parents:
- 2664838b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.h
r2664838b ra8e9ab8d 44 44 typedef struct { 45 45 bool (* match)(void *, void *, const char *); 46 void * (* node_get)(int, int, unsigned long); 46 47 void * (* create)(int); 47 48 void (* destroy)(void *);
Note:
See TracChangeset
for help on using the changeset viewer.