include/share/private.h : Add FLAC_API to private functions.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 11:04:34 +0000 (22:04 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 11:04:43 +0000 (22:04 +1100)
Patch from Janne Hyvärinen <cse@sci.fi>.

include/share/private.h

index c22e4d4..4cae73f 100644 (file)
  * 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 */