summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsezero <sezero@users.sourceforge.net>2019-10-09 10:39:11 +0300
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-10-10 06:09:21 +1100
commit19a0e99ac3ac5f1fc24d66612668a277ceba8195 (patch)
tree759341b6dbf2ba93f78e8f14fa8768aa86a52b4a /src
parent2e7931c27eb15e387da440a37f12437e35b22dd4 (diff)
downloadflac-19a0e99ac3ac5f1fc24d66612668a277ceba8195.tar.gz
move the new public get_decoder_client_data function to public header.
Diffstat (limited to 'src')
-rw-r--r--src/libFLAC/include/protected/stream_decoder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libFLAC/include/protected/stream_decoder.h b/src/libFLAC/include/protected/stream_decoder.h
index 99092751..2f3996b3 100644
--- a/src/libFLAC/include/protected/stream_decoder.h
+++ b/src/libFLAC/include/protected/stream_decoder.h
@@ -57,9 +57,4 @@ typedef struct FLAC__StreamDecoderProtected {
*/
uint32_t FLAC__stream_decoder_get_input_bytes_unconsumed(const FLAC__StreamDecoder *decoder);
-/*
- * Return client_data from decoder. The data pointed to by the pointer should not be modified.
- */
-FLAC_API const void *FLAC__get_decoder_client_data(FLAC__StreamDecoder *decoder);
-
#endif