projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify the scheduling code.
[paraslash.git]
/
afh.h
diff --git
a/afh.h
b/afh.h
index bd6784d5ecd83269c4ca0f5aa2c83c903c934fbf..a441d5fecc322726189c43dc45c78ceae108b847 100644
(file)
--- a/
afh.h
+++ b/
afh.h
@@
-103,3
+103,6
@@
int guess_audio_format(const char *name);
int compute_afhi(const char *path, char *data, size_t size,
struct afh_info *afhi);
const char *audio_format_name(int);
int compute_afhi(const char *path, char *data, size_t size,
struct afh_info *afhi);
const char *audio_format_name(int);
+void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi,
+ void *map, char **buf, size_t *len);
+void afh_get_header(struct afh_info *afhi, void *map, char **buf, size_t *len);