Changeset a42d7d8 in mainline for uspace/lib/bithenge/blob.h
- Timestamp:
- 2012-08-19T05:28:24Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fae4d30
- Parents:
- 1c79996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/blob.h
r1c79996 ra42d7d8 243 243 int bithenge_new_subblob(bithenge_node_t **, bithenge_blob_t *, aoff64_t, 244 244 aoff64_t); 245 bool bithenge_blob_equal(bithenge_blob_t *, bithenge_blob_t *);245 int bithenge_blob_equal(bool *, bithenge_blob_t *, bithenge_blob_t *); 246 246 247 247 #endif
Note:
See TracChangeset
for help on using the changeset viewer.