Changeset a42d7d8 in mainline for uspace/lib/bithenge/blob.h


Ignore:
Timestamp:
2012-08-19T05:28:24Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fae4d30
Parents:
1c79996
Message:

Bithenge: add fake system call errors to test error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/blob.h

    r1c79996 ra42d7d8  
    243243int bithenge_new_subblob(bithenge_node_t **, bithenge_blob_t *, aoff64_t,
    244244    aoff64_t);
    245 bool bithenge_blob_equal(bithenge_blob_t *, bithenge_blob_t *);
     245int bithenge_blob_equal(bool *, bithenge_blob_t *, bithenge_blob_t *);
    246246
    247247#endif
Note: See TracChangeset for help on using the changeset viewer.