Changeset 0013b9ce in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2008-11-23T12:27:15Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7782030
Parents:
f714576
Message:

libfs operation link() should return standard error code instead of mere
true/false.

File:
1 edited

Legend:

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

    rf714576 r0013b9ce  
    4848        void * (* create)(dev_handle_t, int);
    4949        int (* destroy)(void *);
    50         bool (* link)(void *, void *, const char *);
     50        int (* link)(void *, void *, const char *);
    5151        int (* unlink)(void *, void *);
    5252        fs_index_t (* index_get)(void *);
Note: See TracChangeset for help on using the changeset viewer.