Changeset 5c702a8 in mainline for uspace/srv/fs/udf/udf_cksum.h


Ignore:
Timestamp:
2012-08-27T17:21:38Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d57c3e
Parents:
5d94b16c
Message:

dead and unfinished code elimination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_cksum.h

    r5d94b16c r5c702a8  
    3939#define UDF_TAG_SIZE  16
    4040
    41 extern uint16_t udf_cksum(uint8_t *, size_t);
    4241extern uint16_t udf_unicode_cksum(uint16_t *, size_t);
    43 extern uint16_t udf_ea_cksum(uint8_t *);
    4442extern uint8_t udf_tag_checksum(uint8_t *);
    4543
Note: See TracChangeset for help on using the changeset viewer.