Changeset ac31040 in mainline for uspace/srv/fs/udf/udf_osta.h
- Timestamp:
- 2012-09-04T19:48:22Z (13 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_osta.h
r85f7369 rac31040 52 52 #define PERIOD 0x002E 53 53 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 *);56 54 extern size_t udf_translate_name(uint16_t *, uint16_t *, size_t); 57 55 extern void udf_to_unix_name(char *, size_t, char *, size_t, udf_charspec_t *);
Note:
See TracChangeset
for help on using the changeset viewer.