Changeset 346643c in mainline for uspace/app/drec/wave.h
- Timestamp:
- 2012-07-11T12:05:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 039337e8
- Parents:
- 94694a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/drec/wave.h
r94694a4 r346643c 37 37 #include <stdint.h> 38 38 #include <bool.h> 39 #include <pcm_sample_format.h> 39 40 40 41 /** Wave file header format. … … 90 91 91 92 int wav_parse_header(void *, const void**, size_t *, unsigned *, unsigned *, 92 unsigned *, bool *, const char **error_str);93 pcm_sample_format_t *, const char **); 93 94 94 95 #endif
Note:
See TracChangeset
for help on using the changeset viewer.