Changeset 80e8482 in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2008-04-15T03:01:59Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45f244b
Parents:
d9e9caf
Message:

Add stubs for unimplemented FAT libfs operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.h

    rd9e9caf r80e8482  
    4747        void (* node_put)(void *);
    4848        void * (* create)(int);
    49         void (* destroy)(void *);
     49        bool (* destroy)(void *);
    5050        bool (* link)(void *, void *, const char *);
    5151        int (* unlink)(void *, void *);
Note: See TracChangeset for help on using the changeset viewer.