projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f53a0
)
afh.h: Remove unused declaration.
author
Andre Noll
<maan@systemlinux.org>
Tue, 9 Aug 2011 20:37:59 +0000
(22:37 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 9 Aug 2011 20:37:59 +0000
(22:37 +0200)
This function was removed long ago, but we missed to remove the
declaration back then.
afh.h
patch
|
blob
|
history
diff --git
a/afh.h
b/afh.h
index
8b747f8
..
a788272
100644
(file)
--- a/
afh.h
+++ b/
afh.h
@@
-101,7
+101,6
@@
int compute_afhi(const char *path, char *data, size_t size,
const char *audio_format_name(int);
void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi,
void *map, const char **buf, size_t *len);
-uint32_t afh_get_largest_chunk_size(struct afh_info *afhi);
void afh_get_header(struct afh_info *afhi, uint8_t audio_format_id,
void *map, size_t mapsize, char **buf, size_t *len);
void afh_free_header(char *header_buf, uint8_t audio_format_id);