Changeset 45f244b in mainline for uspace/lib/libfs/libfs.h


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

libfs destroy operation should rather return an error code instead of a truth
value.

File:
1 edited

Legend:

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

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