Changeset 0c243b4 in mainline for uspace/lib/libblock/libblock.h


Ignore:
Timestamp:
2008-11-02T10:32:42Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1ba5d6
Parents:
6284978
Message:

block_read() should return the real error code.

File:
1 edited

Legend:

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

    r6284978 r0c243b4  
    7777extern void block_put(block_t *);
    7878
    79 extern bool block_read(int, off_t *, size_t *, off_t *, void *, size_t, size_t);
     79extern int block_read(int, off_t *, size_t *, off_t *, void *, size_t, size_t);
    8080
    8181#endif
Note: See TracChangeset for help on using the changeset viewer.