Changeset 3298ddc in mainline for uspace/lib/libfs/libfs.h
- Timestamp:
- 2008-03-06T22:33:27Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5d9c53
- Parents:
- 739d00a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.h
r739d00a r3298ddc 43 43 44 44 typedef struct { 45 bool (* match)(void *, const char *);45 bool (* match)(void *, void *, const char *); 46 46 void * (* create)(int); 47 47 void (* destroy)(void *);
Note:
See TracChangeset
for help on using the changeset viewer.