From: Erik de Castro Lopo Date: Sun, 17 Mar 2013 11:04:34 +0000 (+1100) Subject: include/share/private.h : Add FLAC_API to private functions. X-Git-Tag: 1.3.0pre4~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a14742dad28091b5364ce9ac428b2f6dc71f768;hp=3c84f9e86b40b64bb42af6dff8c61521c5439ecd;p=platform%2Fupstream%2Fflac.git include/share/private.h : Add FLAC_API to private functions. Patch from Janne Hyvärinen . --- 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 */