From 5a14742dad28091b5364ce9ac428b2f6dc71f768 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 17 Mar 2013 22:04:34 +1100 Subject: [PATCH 1/1] include/share/private.h : Add FLAC_API to private functions. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch from Janne Hyvärinen . --- include/share/private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/share/private.h b/include/share/private.h index c22e4d4..4cae73f 100644 --- a/include/share/private.h +++ b/include/share/private.h @@ -36,10 +36,10 @@ * Unpublished debug routines from libFLAC> This should not be used from any * client code other than code shipped with the FLAC sources. */ -FLAC__bool FLAC__stream_encoder_disable_constant_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); -FLAC__bool FLAC__stream_encoder_disable_fixed_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); -FLAC__bool FLAC__stream_encoder_disable_verbatim_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); -FLAC__bool FLAC__stream_encoder_set_do_md5(FLAC__StreamEncoder *encoder, FLAC__bool value); -FLAC__bool FLAC__stream_encoder_get_do_md5(const FLAC__StreamEncoder *encoder); +FLAC_API FLAC__bool FLAC__stream_encoder_disable_constant_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); +FLAC_API FLAC__bool FLAC__stream_encoder_disable_fixed_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); +FLAC_API FLAC__bool FLAC__stream_encoder_disable_verbatim_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value); +FLAC_API FLAC__bool FLAC__stream_encoder_set_do_md5(FLAC__StreamEncoder *encoder, FLAC__bool value); +FLAC_API FLAC__bool FLAC__stream_encoder_get_do_md5(const FLAC__StreamEncoder *encoder); #endif /* FLAC__SHARE__PRIVATE_H */ -- 2.7.4