Changeset ac31040 in mainline for uspace/srv/fs/udf/udf_osta.h


Ignore:
Timestamp:
2012-09-04T19:48:22Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78ca12b
Parents:
85f7369 (diff), 8ec4144 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 edited

Legend:

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

    r85f7369 rac31040  
    5252#define PERIOD             0x002E
    5353
    54 extern size_t udf_uncompress_unicode(size_t, uint8_t *, uint16_t *, size_t);
    55 extern size_t udf_compress_unicode(size_t, uint8_t, uint16_t *, uint8_t *);
    5654extern size_t udf_translate_name(uint16_t *, uint16_t *, size_t);
    5755extern void udf_to_unix_name(char *, size_t, char *, size_t, udf_charspec_t *);
Note: See TracChangeset for help on using the changeset viewer.